forked from rbuchberger/npskills
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSoftcore.html
45 lines (42 loc) · 1.08 KB
/
Softcore.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
<!DOCTYPE html>
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Nine Parchments Skill Calculator</title>
<link href="main.css" rel="stylesheet" type="text/css">
<link href="webfont.css" rel="stylesheet" type="text/css">
<script src="jquery.min.js"></script>
</head>
<body class="choicePage">
<div class="wrapper">
<div class="header">
<h1>Nine Parchments skill calculator <div class="stamp">Normal</div></h1>
<a class="biglink" href="Cornelius.html">
<h2>Cornelius</h2>
</a>
<a class="biglink" href="Gislan.html">
<h2>Gislan</h2>
</a>
<a class="biglink" href="Marvek.html">
<h2>Marvek</h2>
</a>
<a class="biglink" href="Carabel.html">
<h2>Carabel</h2>
</a>
<a class="biglink" href="Rudolfus.html">
<h2>Rudolfus</h2>
</a>
<a class="biglink" href="Owl.html">
<h2>Owl</h2>
</a>
<a class="biglink" href="Nim.html">
<h2>Nim</h2>
</a>
<a class="biglink" href="Amadeus.html">
<h2>Amadeus</h2>
</a>
<a class="biglink" href="Selius.html">
<h2>Selius</h2>
</a>
</div>
<!--#include virtual="./footer.txt"-->
</div>
</body></html>