-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
41 lines (36 loc) · 1.67 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
<!DOCTYPE html>
<html>
<head>
<title>Dexter</title>
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1">
<meta charset="utf-8">
<meta name="theme-color" content="#ffffff">
<meta name="description" content="GDAX UI for EtherDelta"/>
<link rel="manifest" href="/Construct/static/manifest.json">
<link rel="icon" type="image/png" href="/Construct/static/logo.png?2"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans:600,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Russo+One" rel="stylesheet">
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1,maximum-scale=1">
<!-- Facebook Meta -->
<meta property="og:url" content="http://deltadax.com"/>
<meta property="og:title" content="DeltaDax"/>
<meta property="og:description" content="GDAX UI for EtherDelta."/>
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="http://deltadax.com" />
<meta name="twitter:title" content="DeltaDax" />
<meta name="twitter:description" content="GDAX UI for EtherDelta" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-54993936-8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-54993936-8');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>