14 lines
374 B
HTML
14 lines
374 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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="v6.1.2"></hello-riot>
|
|
<script type="module" src="/src/index.js"></script>
|
|
</body>
|
|
</html>
|