initial commit
This commit is contained in:
48
rules/html/5.1 SRD (D&D 2014)/Gamemastering/index.html
Normal file
48
rules/html/5.1 SRD (D&D 2014)/Gamemastering/index.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="viewport" content="user-scalable=yes, width=device-width">
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
body {
|
||||
max-width: 700px;
|
||||
margin: auto;
|
||||
font-size: 18px;
|
||||
font-family: sans-serif;
|
||||
padding: 10px;
|
||||
}
|
||||
p, li {
|
||||
line-height: 1.5em;
|
||||
}
|
||||
ul, ol {
|
||||
padding-left: 20px;
|
||||
margin-left: 0;
|
||||
}
|
||||
li {
|
||||
margin-left: 0;
|
||||
}
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
th, td {
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
text-align: left;
|
||||
}
|
||||
</style>
|
||||
<title>Gamemastering</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Gamemastering</h1><ul>
|
||||
<li><a href="Conditions.html">Conditions</a></li>
|
||||
<li><a href="Diseases.html">Diseases</a></li>
|
||||
<li><a href="Madness.html">Madness</a></li>
|
||||
<li><a href="Objects.html">Objects</a></li>
|
||||
<li><a href="Pantheons.html">Pantheons</a></li>
|
||||
<li><a href="Planes.html">Planes</a></li>
|
||||
<li><a href="Poisons.html">Poisons</a></li>
|
||||
<li><a href="Traps.html">Traps</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user