-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
42 lines (42 loc) · 2.03 KB
/
404.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
<!DOCTYPE html>
<!-- TheDog 2024 -->
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The offical website for TheCoolDoggo">
<title>404 - TheCoolDoggo Studios</title>
<link rel="shortcut icon" href="images/favicon.webp" type="image/png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="stars.css">
<link rel="preconnect" href="https://api.fonts.coollabs.io">
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin>
<link href="https://api.fonts.coollabs.io/css2?family=Oswald:wght@500&display=swap" rel="stylesheet">
</head>
<body>
<header class="header" style="padding-bottom: 20px !important;">
<h1>404 - TheCoolDoggo <span class="gradient-text">Studios</span></h1>
<p>You seem lost.</p>
<a style="font-size: 40px; text-decoration: none; color: rgb(255, 255, 255);" href="https://thecooldoggo.studio">
<p class="go-back">Go Back...</p></a>
</a>
</header>
</body>
<footer class="footer" style="padding-top: 15px !important;">
<a href="https://tiktok.com/@thecooldoggo">
<img src="images/tiktok.webp" alt="tiktok logo" width="56px"></a>
<a href="https://www.youtube.com/@TheCoolDoggo">
<img src="images/youtube.webp" alt="youtube logo" width="60px"></a>
<a href="https://www.twitch.tv/thedoggoiscool">
<img src="images/twitch.webp" alt="twitch logo" width="49px"></a>
<a href="https://x.com/thecooldoggo">
<img src="images/x.webp" alt="x/twitter logo" width="56px"></a>
<a href="https://discord.gg/zqvpQGx8mX">
<img src="images/discord.webp" alt="discord logo" width="60px"></a>
<a href="https://github.com/thedog-bot">
<img src="images/github.webp" alt="github logo" width="60px"></a>
<a href="mailto:[email protected]">
<img src="images/mail.webp" alt="mail logo" width="60px"></a>
<a href="https://thedog.codes">
<img src="images/link.webp" alt="link logo" width="60px"></a>
</footer>
</html>