vite-riot-template/index.html

14 lines
374 B
HTML
Raw Normal View History

2022-07-07 02:32:19 +00:00
<!DOCTYPE html>
<html lang="en">
2022-08-24 23:19:17 +00:00
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-07-30 01:31:16 +00:00
<link rel="stylesheet" href="/src/css/main.css">
2022-08-24 23:19:17 +00:00
<title>Riot Template</title>
</head>
<body>
2024-07-30 01:31:16 +00:00
<app></app>
<script type="module" src="/src/main.js"></script>
2022-08-24 23:19:17 +00:00
</body>
</html>