-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pathfinder_databases.html
75 lines (73 loc) · 1.79 KB
/
Pathfinder_databases.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Consult the Pathfinder Database</title>
<link rel="stylesheet" type="text/css" href="PFDB/sys/style.css" />
<style>
.box {
border: 1px solid #aaa;
margin: 1em;
padding: 2em 0;
text-align: center;
border-radius: 1em;
display: inline-block;
}
.box2 {
width: 46%;
}
.box3 {
width: 30%;
}
</style>
</head>
<body>
<h1>Pathfinder Databases</h1>
<div class="box box3">
<a href="PFDB/creatures.html">Creatures and Monsters</a>
</div>
<div class="box box3">
<a href="PFDB/creatures_groups.html">Groups of Creatures and Monsters</a>
</div>
<div class="box box3">
Monster Rules
</div>
<div class="box box3">
<a href="PFDB/feats.html">Feats</a>
</div>
<div class="box box3">
<a href="PFDB/feats_rules.html">Feats Rules</a>
</div>
<div class="box box3">
Traits
</div>
<div class="box box2">
Spells
</div>
<div class="box box2">
Spells Rules
</div>
<div class="box box2">
Classes
</div>
<div class="box box2">
Races
</div>
<div class="box box2">
Magic Items
</div>
<div class="box box2">
Mundane Items
</div>
<div class="box box2">
Deities
</div>
<div class="box box2">
Perils
</div>
</body>
</html>