-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
29 lines (29 loc) · 1.32 KB
/
404.html
File metadata and controls
29 lines (29 loc) · 1.32 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bot & The Coding Studios - 404 Not Found</title>
<!-- https://github.com/BotStudios/Website -->
<!-- https://github.com/joeleeofficial -->
<!-- https://github.com/leecheeyong -->
<meta name="description" content="The official landing page for Bot & The Coding Studios - 404 Not Found">
<link rel="stylesheet" href="/index.css" />
<meta http-equiv="refresh" content="5;URL='https://studios.js.org'"/>
</head>
<body>
<div class="content">
<section class="home">
<div class="home-content">
<h1><a href="https://github.com/BotStudios">Bot</a> & <a href="https://github.com/CodingStudios">The Coding</a> Studios</h1>
<p>Hey, seems like you've land in the middle of nowhere... 404 Not Found </p>
</div>
</section>
<div class="footer">
<p> Bot & The Coding Studios website © <a href="https://github.com/leecheeyong">Lee Chee Yong</a> 2022</p>
<p>This project is available as open source under the terms of the <a href="https://github.com/BotStudios/Website/blob/main/LICENSE">GPL-3.0 License</a></p>
</div>
</div>
<!-- This website was designed & made by https://joe.js.org -->
</body>
</html>