-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
executable file
·35 lines (32 loc) · 1.25 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
<!-- index.html -->
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@_unwriter" />
<meta name="twitter:title" content="Grid Planaria" />
<meta name="twitter:description" content="Distributed Bitcoin Data Grid" />
<meta name="twitter:image" content="https://grid.planaria.network/gridposter.png" />
<meta property="og:url" content="https://grid.planaria.network" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Grid Planaria" />
<meta property="og:description" content="Distributed Bitcoin Data Grid" />
<meta property="og:image" content="https://grid.planaria.network/gridposter.png" />
<link rel="stylesheet" href="./vue.css">
<link href="https://fonts.googleapis.com/css?family=Work+Sans:800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
coverpage: true,
themeColor: 'rgba(0,0,0,0.8)',
}
</script>
<script src="./docsify.min.js"></script>
</body>
</html>