2022-07-07 02:32:19 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2022-07-28 22:38:49 +00:00
|
|
|
<link rel="stylesheet" href="/src/css/main.css">
|
2022-07-18 03:50:39 +00:00
|
|
|
<title>Riot Template</title>
|
2022-07-07 02:32:19 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-07-18 03:50:39 +00:00
|
|
|
<hello-riot version="v6.1.2"></hello-riot>
|
2022-07-28 22:38:49 +00:00
|
|
|
<script type="module" src="/src/index.js"></script>
|
2022-07-07 02:32:19 +00:00
|
|
|
</body>
|
|
|
|
</html>
|