-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
19 lines (17 loc) · 873 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
<link href="https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Raleway&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vue-material/1.0.0-beta-11/vue-material.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/vue-material/1.0.0-beta-11/theme/default.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Osmosis</title>
<link rel="shortcut icon" type="image/png" href="/static/logo-background.png">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>