Skip to content

Commit

Permalink
Create disclaimer.html
Browse files Browse the repository at this point in the history
  • Loading branch information
feelixs committed Sep 22, 2024
1 parent 96797a9 commit d683218
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions clyppy/disclaimer.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../css/privacy.css">
<link href="https://fonts.cdnfonts.com/css/roobert" rel="stylesheet">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>CLYPPY | The Twitch Discord Bot</title>
</head>

<body>

<div class="pad-content infotext-larger fit-center">
<h1>Disclaimer</h1>
<p>
CLYPPY is not affiliated with Twitch, and the use of the name is purely for referential purposes.
CLYPPY does not assert any ownership of or endorsement by Twitch or its services. CLYPPY is an independent
service provided by a third party that allows its users to interface with Twitch's API through Discord.
</p>
</div>
</body>
<footer>
<div class="flex-container">
<div class="contained-box">
<p>Copyright &copy; 2024, All Rights Reserved</p>
<p>CLYPPY is not affiliated with or endorsed by any artists, labels, or brands shown within the website.</p>
</div>
<div class="contained-box">
<p><a target="_blank" href="https://felixcreations.com/clyppy/privacy">Privacy Policy</a></p>
<p><a target="_blank" href="https://felixcreations.com/clyppy/terms">Terms of Use</a></p>
<p><a href="https://felixcreations.com/clyppy/disclaimer">Disclaimer</a></p>
</div>
</div>
</footer>
</html>

0 comments on commit d683218

Please sign in to comment.