-
Notifications
You must be signed in to change notification settings - Fork 0
/
Disclaimer.html
65 lines (58 loc) · 2.86 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!doctype html>
<!-- Template by quackit.com -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KTM EduTech | Disclaimer</title>
<link rel="stylesheet" type="text/css" href="framework-styles.css" />
<script type="text/javascript">
/* =============================
This script generates sample text for the body content.
You can remove this script and any reference to it.
============================= */
var bodyText = [
"Remember, you are unique, just like everybody else.",
"Too much agreement kills a good chat.",
"Get your facts first, then you can distort them as you please.",
"I intend to live forever. So far, so good.",
"</p><p>A clear conscience is usually a sign of a bad memory.",
"What's another word for Thesaurus?",
"<h3>Heading</h3><p>Experience is something you don't get until just after you need it."
];
function generateText(sentenceCount) {
for (var i = 0; i < sentenceCount; i++) document.write(bodyText[Math.floor(Math.random() * 7)] + " ");
}
</script>
</head>
<body>
<header id="header">
<div id="badge">
<h1>
<img
src="https://img.shields.io/badge/Last%20Updated-Sep%205%2C%202024%207%3A16%20PM-blue"
alt="Last Updated" />
<img
src="https://img.shields.io/badge/Effective%20Date-Sep%207%2C%202024%206%3A53%20PM-limegreen"
alt="Effective Date" />
</h1>
</div>
<nav>
<div class="innertube"></div>
</nav>
</header>
<main>
<div class="innertube">
<h1
id="terms-and-conditions-last-updated-https-img-shields-io-badge-last-20updated-sep-205-2c-202024-207-3a16-20pm-blue-"></h1>
<!-- ADD THE WEB LEGAL FRAMEWORK HERE -->
<p>
The content on <strong>KTM EduTech by Kyd Tantano Masong</strong> is provided for informational purposes only. It should not be considered professional advice for legal, financial, or technical matters unless explicitly agreed upon in the service contract.
</p>
<p>
I am not responsible for the accuracy or reliability of any third-party content or external links provided on my website. Clicking on affiliate links may result in commissions, which will be disclosed under the <a href="https://ktm-edutech.github.io/KTM-EduTech-Web-Legal-Frameworks/AffiliateDisclosure.html" target="_blank">Affiliate Disclosure</a>.
</p>
<!-- ADD THE WEB LEGAL FRAMEWORK HERE -->
</div>
</main>
</body>
</html>