Files
docmost_custom/apps/client/index.html
T

18 lines
479 B
HTML
Raw Normal View History

2023-10-20 17:12:08 +01:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2024-06-24 20:06:57 +01:00
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
2023-10-20 17:12:08 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-05-18 03:19:42 +01:00
<title>Docmost</title>
2023-10-20 17:12:08 +01:00
</head>
<body>
<div id="root"></div>
2024-05-18 03:19:42 +01:00
<!--window-config-->
2023-10-20 17:12:08 +01:00
<script type="module" src="/src/main.tsx"></script>
</body>
</html>