dach/index.html

14 lines
329 B
HTML
Raw Normal View History

2023-11-11 22:07:23 +03:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2023-11-12 10:57:01 +03:00
<link rel="icon" href="/favicon.svg">
2023-11-11 22:07:23 +03:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-11-12 10:57:01 +03:00
<title>Dachan</title>
2023-11-11 22:07:23 +03:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>