digital-theory/sesame-vitejs/sesame/index.html

14 lines
346 B
HTML
Raw Normal View History

2023-04-25 13:24:22 +02:00
<!DOCTYPE html>
<html lang="en">
2023-05-24 17:33:23 +02:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue + TS</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
2023-04-25 13:24:22 +02:00
</html>