-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
30 lines (30 loc) · 1009 Bytes
/
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
<html>
<head>
<title>Etrian Odyssey Skill Simulators</title>
<meta charset="utf-8">
<meta property="og:title" content="Etrian Odyssey Skill Simulators">
<meta property="og:site_name" content="Etrian Odyssey Skill Simulators">
<meta property="og:type" content="website">
<meta property="og:url" content="https://pokachi.github.io/EtrianStuff">
</head>
</html>
<body>
<div>
<a href="./EO1"> EO1 Skill Simulator</a>
</div>
<div>
<a href="./EO2"> EO2 Skill Simulator</a> (Still WIP, only Landsknecht and Survivalist available)
</div>
<div style="margin-top:10%" />
<div>
Updates:
03/11/2023
<li>
Fixed a couple typos in EO1 Skill Simulator
</li>
<li>
Started working on EO2 Skill Simulator (Added Landsknecht and Survivalist skills)
</li>
</div>
</body>
</html>