This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
template.html
40 lines (40 loc) · 1.84 KB
/
template.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./src/index.css">
<link id="favicon" rel="icon" href="./src/index.svg">
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
<meta name="description" content="Access the world wide web">
<title>Incognito</title>
$head
</head>
<body data-page="$id" data-engine="$engine" data-appearance="$theme">
<header>
<nav>
<section>
<a class="home" href="/"><svg class="nav-logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 365.37 365.37"><defs> <style> .cls-1{ fill:none; stroke-width:18px;} .cls-1, .cls-2 { stroke: var(--secondary-color); stroke-miterlimit:10;} .cls-2 { fill: var(--secondary-color); stroke-width:5px;} </style> </defs><circle class="cls-1" cx="182.68" cy="182.68" r="173.68" /><path class="cls-2" d="M210.41,66.38A115.27,115.27,0,0,1,70.52,248.19,134,134,0,1,0,210.41,66.38Z" transform="translate(-17.32 -17.32)" /></svg></a>
</section>
<section>
<a href="./settings">Settings</a>
<a href="./support">Support</a>
<a href="./gs">Games</a>
</section>
</nav>
</header>
$main
<footer>
<nav>
<section>
<a href="./privacy">Privacy Policy</a>
<a href="https://discord.gg/unblock">Community</a>
<a href="https://github.com/titaniumnetwork-dev/Incognito">GitHub</a>
</section>
<section>
<span>Incognito 2021</span>
</section>
</nav>
</footer>
$bottom
<script src="./src/index.js"></script>
</body>
</html>