41 lines
996 B
HTML
41 lines
996 B
HTML
<!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>Legal</title>
|
|
</head>
|
|
<body>
|
|
<p><a href="../../md/5.1 SRD (D&D 2014)/Legal.md">Markdown</a></p>
|
|
<h1>Legal</h1>
|
|
<hr />
|
|
<p>This work includes material taken from the System Reference Document 5.1 (“SRD 5.1”) by Wizards of the Coast LLC and available at https://dnd.wizards.com/resources/systems-reference-document. The SRD 5.1 is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode.</p>
|
|
</body>
|
|
</html> |