forked from Groshie/groshie.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1006 Bytes
/
index.html
File metadata and controls
30 lines (29 loc) · 1006 Bytes
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
<!doctype HTML>
<html>
<header>
<title>Rollspelsverktyg (Groshie)</title>
<link rel="stylesheet" href="DoD2016Gen.css">
<meta name="author" content="Groshie">
<style>a {color: cyan}</style>
</header>
<body>
<h1>Rollspelsverktyg</h1>
<h2>Välkommen!</h2>
<p>Här kommer du att hitta verktyg för diverse rollspel, som jag skapar i lärandesyfte och för skojs skull när tid finns.
<h2>Länkar</h2>
<h3>Drakar och Demoner</h3>
<ul>
<li><a href="DoD4E.html">Karaktärsgenerator för Drakar och Demoner v. 4E (Husregler)</a></li>
<li><a href="DoD2016Gen.html">Karaktärsgenerator för Drakar och Demoner (2016)</a></li>
</ul>
<h3>Feng Shui</h3>
<ul>
<li><a href="fengShuiObjectHandler.html">Skapa Feng Shui-dataobjekt</a></li>
<li><a href="fengShuiIntSheet.html">Interaktivt Feng Shui-karaktärsblad</a></li>
</ul>
<h3>Eon IV</h3>
<ul>
<li><a href="EonIVTools.html">Tärningsrullare och stridshjälpmedel för Eon IV</a></li>
</ul>
</body>
</html>