mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-16 02:29:29 +08:00
12 lines
212 B
HTML
12 lines
212 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Vite App</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|