-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 3.65 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
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
<!doctype html>
<html lang="en;auto" cache="no" debug="true" startpage="home.html" class="fsauto darktheme">
<head>
<title>Front</title>
<meta http-equiv="X-UA-Compatible" content="ie=edge;ie=10;chrome=1" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="version" content="0.0.33">
<base env="local:/;prod:/">
<link type="text/css" href="https://cdn.front.nu/dist/front.css" rel="stylesheet">
<link type="text/css" href="https://cdn.front.nu/dist/design/front/theme/front.css?4" rel="stylesheet">
<link type="text/css" href="https://cdn.front.nu/assets/css/theme.css?4" rel="stylesheet">
<link type="image/x-icon" href="./favicon.ico" rel="shortcut icon">
<script src="https://cdn.front.nu/dist/front.js" lib="popup;nav;json;drag;globalize;filter" plug="formatify" enum=""></script>
</head>
<body id>
<div id="navloader" class="navloader pa t0 w100 bcwhite03 d0"><div id="navprogress" class="bcwhite08"></div></div>
<input class="togglebar" type="checkbox" id="togglebar">
<header scroll="toggle;0;200">
<nav class="topbar dark shade h4_5 md_fs70 lg_fs80 xl_fs90 gap2- pr1 pl1 test- fs90 tac" selective="true">
<!--<label class="button md_du" for="togglebar" id="togglebar" eventif=";hide"><i class="icon24">≡</i></label>-->
<a href="#menu" class="button md_du" globalize="menu"><i class="icon24">≡</i>.</a>
<figure class="mh90p md_f2"><a class="b0" href="./" key="0"><img src="assets/img/logo.png" class="pr1"></a></figure>
<a class="md_dn" href="documentation" key="1" globalize="documentation"><i class="icon">🕮</i>Documentation</a>
<a class="md_dn" href="icons.html" key="2" globalize="icons"><i class="icon">●</i>Icons</a>
<a class="md_dn" href="showcase.html" key="3" globalize="showcase"><i class="icon">💡</i>Showcase</a>
<a class="md_dn" href="marketplace" key="4" globalize="marketplace"><i class="icon">🛒</i>Marketplace</a>
<a href="languages.html" class="fr" key="4" globalize="languages"><i class="icon">🌐</i>Languages</a>
<div id="menu" class="modal bcblack menu br0">
<nav class="topbar flc0 h4_5 gap2- sblack-">
<a href="#" class="button xl_du" globalize="close"><i class="icon24">❌</i>.</a>
</nav>
<section>
<nav class="sidebar pb2 w100 fs13 gaph2-">
<hr class="p0 bcwhite01">
<a href="documentation" globalize="documentation"><i class="icon pr0">🕮</i>Documentation</a>
<hr class="p0 bcwhite01">
<a href="icons.html" globalize="icons"><i class="icon pr0">●</i>Icons</a>
<hr class="p0 bcwhite01">
<a href="showcase.html" globalize="showcase"><i class="icon pr0">💡</i>Showcase</a>
<hr class="p0 bcwhite01">
<a href="marketplace" globalize="marketplace"><i class="icon pr0">🛒</i>Marketplace</a>
<hr class="p0 bcwhite01">
</nav>
<nav class="bottombar z08 fdc pb1" globalize="current_version">?<b metacontent="version"></b>
</nav>
</section>
</div>
</nav>
</header>
<nav></nav>
<aside></aside>
<main class="pauto bcwhite" include="home.html"></main>
<aside class="lg_dn lg_gan bcwhite"></aside>
<footer>
<div eventlistener="offline" eventaction="dom.show('offline')" id="offline" class="alert pf b1 l1 bcred white snack d0"><i class=icon>⚠</i> Connection lost...</div>
<div eventlistener="online" eventaction="dom.hide('offline')"></div>
</footer>
</body>
</html>