Files
5ead/rules/html/Black Flag (Tales of the Valiant)/index.html

51 lines
1.4 KiB
HTML
Raw Normal View History

2025-06-07 07:58:30 -05:00
<!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>Black Flag (Tales of the Valiant)</title>
</head>
<body>
<h1>Black Flag (Tales of the Valiant)</h1><ul>
<li><a href="00 License.html">00 License</a></li>
<li><a href="01 Character Creation & Leveling.html">01 Character Creation & Leveling</a></li>
<li><a href="02 Character Classes.html">02 Character Classes</a></li>
<li><a href="03 Lineage and Heritage.html">03 Lineage and Heritage</a></li>
<li><a href="04 Backgrounds and Talents.html">04 Backgrounds and Talents</a></li>
<li><a href="05 Gods & Pantheons.html">05 Gods & Pantheons</a></li>
<li><a href="06 Equipment & Magic Items.html">06 Equipment & Magic Items</a></li>
<li><a href="07 Playing the Game.html">07 Playing the Game</a></li>
<li><a href="08 Spellcasting.html">08 Spellcasting</a></li>
<li><a href="09 Monsters.html">09 Monsters</a></li>
<li><a href="Appx 01 Conditions.html">Appx 01 Conditions</a></li>
</ul>
</body>
</html>