initial commit
This commit is contained in:
44
rules/html/Level Up Advanced 5e/00_CC_license.html
Normal file
44
rules/html/Level Up Advanced 5e/00_CC_license.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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>A5E Creative Commons License</title>
|
||||
</head>
|
||||
<body>
|
||||
<p><a href="../../md/Level Up Advanced 5e/00_CC_license.md">Markdown</a></p>
|
||||
<h1>A5E Creative Commons License</h1>
|
||||
<p>The A5E System Reference Document (A5ESRD) by EN Publishing is licensed under a Creative Commons Attribution 4.0 International License and is based on Level Up: Advanced 5th Edition, which can be found at at levelup5e.com.</p>
|
||||
<p>You may use the content in the A5ESRD in any manner permitted by the license as long as you include the following attribution in your own work:</p>
|
||||
<blockquote>
|
||||
<p>This work includes material taken from the A5E System Reference Document (A5ESRD) by EN Publishing and available at A5ESRD.com, based on Level Up: Advanced 5th Edition, available at www.levelup5e.com. The A5ESRD is licensed under the Creative Commons Attribution 4.0 International License available at https://creativecommons.org/licenses/by/4.0/legalcode. Section 5 of CC-BY-4.0 includes a Disclaimer of Warranties and Limitation of Liability that limits our liability to you.</p>
|
||||
</blockquote>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user