Files
cardconjurer/termsOfUse.html
2019-09-20 17:10:49 -07:00

49 lines
1.3 KiB
HTML

<!DOCTYPE html5>
<html>
<head>
<title>CC — Disclaimer</title>
<!-- Other things -->
<link rel="stylesheet" href="data/site/styles.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="mainDiv">
<div class="layer">
<div class="title">
Terms of Use:
</div>
</div>
<div class="layer">
<div class="paragraph indent">
This program is for creative purposes only. It is intended only to be used for personal reasons, and not for commercial production or sale.
</div>
</div>
<div class="layer">
<div class="paragraph">
Users must properly credit any artwork that they upload to the program.
</div>
</div>
</div>
</body>
<footer>
<div class="footerGrid">
<div>
Card Conjurer By Kyle Burton<br>
<input type="checkbox" checked="true" onchange="toggleTooltips(this.checked)" id="tooltipToggler"> Display tooltips<br>
Happy Card Conjuring!
</div>
<div>
Navigation:<br>
<a href="index.html">Card Creator</a><br>
<a href="life.html">Life Counter</a>
</div>
<div>
Legal:<br>
<a href="disclaimer.html">Disclaimer</a><br>
<a href="termsOfUse.html">Terms of Use</a>
</div>
</div>
</footer>
<script src="data/scripts/colors.js"></script>
<html>