forked from estebanrfp/gun.eco
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
69 lines (61 loc) · 3.09 KB
/
index.html
File metadata and controls
69 lines (61 loc) · 3.09 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>GUN — the database for freedom fighters - Docs</title>
<meta name="description" content="Decentralized Database" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="icon" href="/icons/icon-48x48.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="manifest" href="/manifest.webmanifest">
<meta name="theme-color" content="#999999" />
<link rel="apple-touch-icon" sizes="48x48" href="/icons/icon-48x48.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="72x72" href="/icons/icon-72x72.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="96x96" href="/icons/icon-96x96.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="144x144" href="/icons/icon-144x144.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="192x192" href="/icons/icon-192x192.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="256x256" href="/icons/icon-256x256.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="384x384" href="/icons/icon-384x384.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
<link rel="apple-touch-icon" sizes="512x512" href="/icons/icon-512x512.png?v=dfecf3c0fa09798b200a8a8b9fa0f172">
</head>
<body>
<span id="pageMessages"></span>
<span class="spinner fadeout"></span>
<main class="app-container">
<input id="show-menu-button" type="checkbox" />
<label for="show-menu-button" class="show-menu-label">
<span>Menu</span>
</label>
<div id="search">
<input id="searchinput" class="search-box" autocomplete="off" />
<span class="zmdi zmdi-search"> </span>
</div>
<div class="scroll-button">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 11l7-7 7 7M5 19l7-7 7 7" />
</svg>
</div>
<section class="main-container">
<header>
<span class="title" var="title"></span>
</header>
<div class="scroll-line"></div>
<section class="Layout" var="layout"></section>
<aside class="Sidebar-left">
<span href="/" class="gunlogo">GUN DOCS</span>
<nav id='menu' class="menu" var="menu"></nav>
<footer class='footerMenu'>
<i id="fz" class="zmdi zmdi-format-size col"></i>
<i id="col" class="col zmdi zmdi-format-color-fill col"></i>
<div id="ln" class="ln" var="ln">es</div>
</footer>
</aside>
</section>
</main>
<script src="/sw.js"></script>
<script async type="module" src="https://cdn.jsdelivr.net/npm/gun/gun.js"></script>
<script type="module" src="/main.js"></script>
</body>
</html>