-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
60 lines (47 loc) · 2.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!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">
<!-- Title + Description meta data -->
<title id="meta-title">VIPER</title>
<meta name="description" content="Knowledge on blockchain. For free. For everyone. Forever.">
<!-- Open graph metadata -->
<meta property="og:title" content="VIPER"/>
<meta property="og:description" content="Knowledge on blockchain. For free. For everyone. Forever."/>
<meta property="og:url" content="https://viper.network"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://raw.githubusercontent.com/viper-network/viper-branding/master/viper-background.png"/>
<!-- Mobile chrome toolbar color + Favicon -->
<link rel="icon" href="/images/favicon.ico">
<meta name="theme-color" content="#0c0203" />
<!-- CSS + fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro|Cantarell" rel="stylesheet">
<link href="/css/emoji.css" rel="stylesheet">
<link href="/css/theme.css" rel="stylesheet">
<link href="/css/video-react.css" rel="stylesheet">
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
<link rel="manifest" href="/manifest.json">
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="VIPER">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="VIPER">
<!-- Homescreen icons -->
<link rel="apple-touch-icon" href="/images/manifest/icon-48x48.jpg">
<link rel="apple-touch-icon" sizes="72x72" href="/images/manifest/icon-72x72.jpg">
<link rel="apple-touch-icon" sizes="96x96" href="/images/manifest/icon-96x96.jpg">
<link rel="apple-touch-icon" sizes="144x144" href="/images/manifest/icon-144x144.jpg">
<link rel="apple-touch-icon" sizes="192x192" href="/images/manifest/icon-192x192.jpg">
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="/images/manifest/icon-144x144.jpg">
<meta name="msapplication-TileColor" content="#0c0203">
<meta name="msapplication-tap-highlight" content="no">
</head>
<body>
<div id="app"></div>
<script src="client.min.js"></script>
</body>
</html>