mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
13 lines
414 B
HTML
13 lines
414 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru" class="mdui-theme-dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Loading...</title>
|
|
<link rel="icon" href="./src/resources/images/logo.png" />
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="src/main.tsx" type="module"></script>
|
|
</body>
|
|
</html> |