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