-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathindex.html
21 lines (21 loc) · 848 Bytes
/
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 name="viewport" content="initial-scale=1, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="white">
<meta name="apple-mobile-web-app-title" content="NS Remote">
<link rel="apple-touch-icon" href="assets/image/[email protected]">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>NS Remote</title>
<link rel="stylesheet" href="assets/css/style.css" />
<script defer src="assets/js/streaming.js"></script>
<script defer src="assets/vendor/pixi.js/pixi.min.js"></script>
<script defer src="assets/js/controller.js"></script>
</head>
<body>
<canvas></canvas>
<video autoplay muted playsinline></video>
</body>
</html>