osma-app/index.html

15 lines
313 B
HTML
Raw Permalink Normal View History

2022-07-24 14:17:28 +03:00
<!DOCTYPE html>
2022-08-10 19:47:25 +03:00
<html lang="en" class="dark">
2022-07-25 17:23:22 +03:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-08-10 19:47:25 +03:00
<title>OSMA app</title>
2022-07-25 17:23:22 +03:00
</head>
<body>
<div class="bg-slate-700" id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>