blob: b296f52a484cd22189b7f83037141d8579a0c380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Notive</title>
<link rel="stylesheet" href="index.css" />
<link rel="icon" href="favicon.ico" />
<script type="module" src="index.ts"></script>
<script type="module" src="components/index.ts"></script>
</head>
<body>
<ntv-app></ntv-app>
</body>
</html>
|