vite-riot-template/index.html

13 lines
400 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" />
2023-03-02 19:29:00 +00:00
<link rel="stylesheet" href="/src/css/app.css">
2022-08-24 23:19:17 +00:00
<title>Riot Template</title>
</head>
<body>
<hello-riot version="v7.x"></hello-riot>
2023-03-02 19:29:00 +00:00
<script type="module" src="/src/app.js"></script>
2022-08-24 23:19:17 +00:00
</body>
</html>