-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 816 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>NetVision</title>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="keywords" content="video, sharing">
<meta name="description" content="Video sharing website, that doesn't depends on YouTube">
<base href="" target="_top" id="base">
<script>base.href = document.location.href.replace("/media", "").replace("index.html", "").replace(/[&?]wrapper=False/, "").replace(/[&?]wrapper_nonce=[A-Za-z0-9]+/, "")</script>
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="fonts/material-icons/material-icons.css">
<!--<script src="//www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1"></script>-->
</head>
<body>
<div id="app"></div>
<script src="js/all.js"></script>
</body>
</html>