mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
18 lines
479 B
HTML
18 lines
479 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>Docmost</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
<!--window-config-->
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|