40 lines
956 B
HTML
40 lines
956 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>License</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p><a href="../../md/5.2 SRD (D&D 2024)/LICENSE.md">Markdown</a></p>
|
||
|
|
<h1>License</h1>
|
||
|
|
<p>This work includes material from the System Reference Document 5.2 (“SRD 5.2”) by Wizards of the Coast LLC, available at https://www.dndbeyond.com/srd. The SRD 5.2 is licensed under the Creative Commons Attribution 4.0 International License, available at https://creativecommons.org/licenses/by/4.0/legalcode.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|