initial commit
This commit is contained in:
46
rules/html/index.html
Normal file
46
rules/html/index.html
Normal file
@@ -0,0 +1,46 @@
|
||||
<!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>5e Artisanal Database</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>5e Artisanal Database</h1><ul>
|
||||
<li><a href="5.1 SRD (D&D 2014)/index.html">5.1 SRD (D&D 2014)</a></li>
|
||||
<li><a href="5.2 SRD (D&D 2024)/index.html">5.2 SRD (D&D 2024)</a></li>
|
||||
<li><a href="Black Flag (Tales of the Valiant)/index.html">Black Flag (Tales of the Valiant)</a></li>
|
||||
<li><a href="Lazy GM Monster Docs/index.html">Lazy GM Monster Docs</a></li>
|
||||
<li><a href="Lazy GM Resource Docs/index.html">Lazy GM Resource Docs</a></li>
|
||||
<li><a href="Level Up Advanced 5e/index.html">Level Up Advanced 5e</a></li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user