-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
34 lines (28 loc) · 1.35 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
<!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="/static/manifest.json">
<link rel="icon" type="image/png" href="/Construct/static/logo.png"/>
<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="https://freckle-shield.glitch.me"/>
<meta property="og:title" content="AmisDeltaDax"/>
<meta property="og:description" content="GDAX UI for EtherDelta."/>
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="https://freckle-shield.glitch.me" />
<meta name="twitter:title" content="AmisDeltaDax" />
<meta name="twitter:description" content="GDAX UI for EtherDelta" />
</head>
<body>
<div id="app"></div>
</body>
</html>