-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclosed.html
More file actions
24 lines (24 loc) · 1000 Bytes
/
closed.html
File metadata and controls
24 lines (24 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CLOSED | Zane :P</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<header>
<a href="closed1.html"><img class="logo" src="logo.gif" alt="logo"></a>
<br>
<br>
<a href="https://code.zane.org/ZaneDev/ZanePersonal"><img class="eeto" src="https://zane.org/buttons/code-here.png" alt="Code base link!!! WOAHHHHHHHHHH CODE?!! THAT'S SOOOO CRAZY WOAHHHHH IT'S AN OPEN SOURCED WEBSITE"></a>
</header>
<div class="content">
<h1 class="content">Site is closed</h1>
<p>Zane.org is closed every Sunday to make sure my pet rock doesn't die.</p>
</div>
<link href="https://melonking.net/styles/flood.css" rel="stylesheet" type="text/css" media="all" />
<script src="https://melonking.net/scripts/flood.js"></script>
</body>
</html>