khatru-pyramid/ui/index.html
github-tijlxyz e47ed79135 init
2023-09-06 20:49:18 +02:00

17 lines
462 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Invite Relay</title>
<link rel="icon" href="data:," />
<meta name="description" content="Invite Relay UI" />
</head>
<body>
<noscript>Please enable JavaScript to run this app.</noscript>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>