vite-riot-template/index.html

13 lines
403 B
HTML
Raw Permalink 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" />
<link rel="stylesheet" href="/src/css/main.css">
<title>Riot Template</title>
</head>
<body>
<hello-riot version="v7.x"></hello-riot>
<script type="module" src="/src/index.js"></script>
</body>
</html>