Files
blockcatcher-admin/ui/app/index.html
metacryst adf25488e4 changes
2026-01-13 17:24:52 -06:00

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>