-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (20 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="./assets/favicon.ico" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web built with wade OSS" />
<title>Nitron.js</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WADE-Studio/[email protected]/dist/hazel.css" integrity="sha384-KGYnq/aipOJSvlTVRbXSwM+l820S3IfEWOsaduLEL6pnKQZAjKzEDVbkFIN+K8mz" crossorigin="anonymous">
</head>
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script src="https://cdn.jsdelivr.net/gh/WADE-OSS/[email protected]/dist/nitron.js" integrity="sha384-PcrTTeEeFIkAWIOvcZdssD78cNT8B2cWbMmthT8hTKJ41WjFEEjLY6xWx6EADsz1" crossorigin="anonymous"></script>
<script src="./app.js"></script>
<script src="./assets/js/index.js"></script>
</body>
</html>