1
0
Fork 0
mirror of https://github.com/revoltchat/revite.git synced 2025-02-15 04:43:00 -05:00
revite/ui/index.html
2021-07-08 00:01:27 +02:00

13 lines
361 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Revolt UI</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/ui/ui.tsx"></script>
</body>
</html>