-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (49 loc) · 1.8 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home of Awesome People</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3ZP3ZJH5DS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3ZP3ZJH5DS');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9827602130387455"
crossorigin="anonymous"></script>
</head>
<body>
<h1>KPSCSG</h1>
<div class="container">
<div id="typewriter-text"></div>
</div>
<!-- Typewriter.js -->
<script src="https://unpkg.com/typewriter-effect@latest/dist/core.js"></script>
<script src="script.js"></script>
<a href="https://hackclub.com/"><img
style="position: absolute; top: 0; left: 10px; border: 0; width: 175px; z-index: 999;"
src="https://assets.hackclub.com/flag-orpheus-top.svg" alt="Hack Club" /></a>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5447096713788339"
crossorigin="anonymous"></script>
<!-- Main -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-5447096713788339"
data-ad-slot="7591370004"
data-ad-format="auto"
data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
<footer>
<ul>
<a href="sitemap.txt"> <p>Sitemap</p></a>
<a href="ads.txt"> <p>Ads.txt</p></a>
</ul>
</footer>
</body>
</html>