forked from GetScatter/ScatterDesktop
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 721 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 721 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>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="./static/fonts/scatter-icons/css/animation.css">
<link rel="stylesheet" href="./static/fonts/scatter-icons/css/scatter.css">
<link rel="stylesheet" href="./static/fonts/token-icons/style.css">
<link rel="stylesheet" href="./static/fonts/scatter-logo/style.css">
<link rel="stylesheet" href="./static/fonts/sidebar-icons/style.css">
<link rel="stylesheet" href="./static/fonts/google-fonts/google-fonts.css">
<title>Scatter</title>
</head>
<body>
<div id="scatter">
<view-base></view-base>
</div>
<!-- built files will be auto injected -->
</body>
</html>