-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelopment.html
52 lines (46 loc) · 1.28 KB
/
development.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
<html>
<head>
<title>Symphony of Empires</title>
<link rel="stylesheet" href="markdown.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="accordion.css">
</head>
<body>
<main>
<div class="headerRow">
<h1>Symphony of Empires</h1>
<div class="navRow">
<a href="/">Info</a>
<p>•</p>
<a href="/roadmap">Roadmap</a>
<p>•</p>
<a href="https://github.com/symphony-of-empires/symphony-of-empires">Github</a>
<p>•</p>
<a href="https://discord.gg/hEzDR5YGFU">Discord</a>
</div>
</div>
<div class="tab tab-none">
<label for="Politics">Politics</label>
</div>
<div class="tab tab-none">
<label for="Military" class="task-started">Military</label>
</div>
<div class="tab">
<input id="Map" type="checkbox">
<label for="Map" class="task-started">Map</label>
<div class="tab-content">
<div class="tab tab-none">
<input id="text-ter" type="checkbox">
<label for="text-ter" class="tab-none task-started">Textured terrain</label>
</div>
</div>
</div>
<div class="tab tab-none">
<label for="Military" class="tab-none task-done">UI</label>
</div>
<div class="tab tab-none">
<label for="Military" class="tab-none task-started">Interface</label>
</div>
</main>
</body>
</html>