-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
45 lines (31 loc) · 984 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="A Character Sheet generator for both World of Darkness and Chronicles of Darkness">
<title></title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="pageWideSectional">
<div class="description">
<div class="icon">
<!-- Icon for World of Darkness goes here -->
</div>
<div>
<h1>WELCOME TO A DOORWAY TO DARKNESS</h1>
<p>A place to build and validate characters for the<br>
World and Chronicles of Darkness Roleplaying Game Systems.</p>
<p>Choose your game from the links below.</p>
</div>
<div class="icon">
<!-- Icon for Chronicles of Darkness here -->
</div>
</div>
</div>
</body>
<div class="pageWideSectional">
<footer>
<p>Sera 'KaliKatTherfae' Lorell with respect to White Wolf and Onyx Path Publishing</p>
</footer>
</div>
</html>