-
Notifications
You must be signed in to change notification settings - Fork 2
/
disclaimer.html
37 lines (37 loc) · 1.58 KB
/
disclaimer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<title>Subliminal</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="icon" href="Resources/AbbstraktDog.ico">
<link rel="stylesheet" href="styles.css">
<script src="./Other/component-registrar.js"></script>
<script src="./Other/account-options-template.js"></script>
<script src="./Other/header-template.js"></script>
<script src="./Other/login-template.js"></script>
<script src="./account.js"></script>
</head>
<body class="headered-body">
<subliminal-header></subliminal-header>
<div class="div-centre">
<h3>Note:</h3>
<p>
All content within the Subliminal Classics series have been produced as a <b>joke</b>, nothing said here reflects the <em>views or beliefs of any real-world authors</em>.
<br>
All events, characters and actions depicted within these texts are <b>fictitious</b>, and any real-world people or events in correlation with those within the poetic texts are <em>merely coincidental</em>.
<br>
These poems are <b>not intended to shape religious, political or moral views</b>, and are intended to be for <em>entertainment purposes</em> only.
</p>
<h3>What is this site?</h3>
<p>
Tervetuoli. This site is a spin-off of traditional poetic anthologies, intended to bring maximum humour. <br>
Here you can find the weirdest, coolest and most unexpected poems known to <del>mankind</del> peoplekind. <br>
Enjoy 😎.
</p>
<br>
<a href="for-teachers"> Note to teachers -> </a>
</div>
<a href="./" class="back"> <- Back</a>
</body>
</html>