-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>ktg5's TOOLS</title>
<link rel="shortcut icon" type="image/png" href="https://ktg5.online/img/favicon.gif">
<script src="https://kit.fontawesome.com/71d8e28e8e.js" crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=.9, autocorrect=off">
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
#spacer {
font-size: 3px;
}
</style>
<meta property="og:title" content="Ktg5's TOOLS.">
<meta property="og:description" content="All the cool tools I've made!">
<meta property="og:image" content="https://ktg5.online/img/logo-r1.png">
<meta content="#4975FF" data-react-helmet="true" name="theme-color">
</head>
<body>
<div id="containter">
<div id="banner">
<a href="https://ktg5.online"><img src="https://ktg5.online/img/logo-r1.png" alt="ktg5 logo"></a>
</div>
<div id="content">
<h1>Tools.</h1>
<div id="desc">
<div class="big-quote">“</div>
<p><i>
I like making cool stuff free, part two.
</i></p>
<div class="big-quote end">”</div> <div class="source"> -- something from ktg5 (2024)</div>
</div>
<li><a href="multittv">MultiTTV</a> - A Multi-Twitch Channel website that is easy to use, and UI-rich.</li>
<br>
<br>
<a href="https://ktg5.online/downloads">Go to Downloads</a>
</div>
</div>
</body>
</html>