mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 05:14:53 -05:00
54 lines
1.6 KiB
HTML
54 lines
1.6 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 indent">
|
|
Users must properly credit any artwork that they upload to the program.
|
|
</div>
|
|
</div>
|
|
<div class="layer">
|
|
<div class="paragraph indent">
|
|
By using Card Conjurer, you are agreeing to the storage of cookies on your device. The cookies serve to improve your experience, and store nothing but the settings you have previously input so they can be automatically loaded whenever you revisit the site.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
<footer>
|
|
<div class="footerGrid">
|
|
<div>
|
|
Card Conjurer By Kyle Burton<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>
|