forked from turanar/stellaris-tech-tree
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.06 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.06 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>Stellaris Tech Trees</title>
</head>
<body>
<b>Technology</b>
<ul>
<li><a href="orin-3.6.0/index.html">orin 3.6.0</a></li>
<li><a href="vanilla/index.html">Stellaris 2.3.3</a></li>
<li><a href="wolfe-2.3.0/index.html">Stellaris 2.3.0</a></li>
<li><a href="leguin-2.2.7/index.html">Stellaris 2.2.7</a></li>
</ul>
<b>Job List</b>
<ul>
<li><a href="jobs/index.html">Stellaris 2.2.7 Jobs List (WIP)</a></li>
</ul>
<p>
Original code by <a href="https://gitlab.com/bipedalshark/stellaris-tech-tree" target="_blank">bipedalshark</a><br/>
Parser code : <a href="https://github.com/turanar/stellaris-technology">Github</a><br/>
Website code : <a href="https://github.com/turanar/stellaris-tech-tree">Github</a><br/>
Contributors : SlenderPlays & Turanar<br/>
</p>
</body>
</html>