mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-23 01:01:24 +00:00
17 lines
462 B
HTML
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>
|