13 lines
401 B
HTML
13 lines
401 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Blockcatcher Admin</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" href="/_/icons/runner.svg">
|
|
<link rel="stylesheet" href="/_/code/styles.css">
|
|
<script src="/_/code/quill.js"></script>
|
|
<script type="module" src="/index.js"></script>
|
|
</head>
|
|
<body style="margin: 0px">
|
|
</body>
|
|
</html> |