closed on sundays
This commit is contained in:
24
closed.html
Normal file
24
closed.html
Normal file
@@ -0,0 +1,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>
|
||||
1
closed1.html
Normal file
1
closed1.html
Normal file
@@ -0,0 +1 @@
|
||||
<p>bro i just told you the site is closed. stop trying to access it.</p>
|
||||
@@ -6,6 +6,12 @@
|
||||
<title>Flightlogs | Zane :P</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="favicon.png">
|
||||
<script src="https://melonking.net/scripts/site-closer.js"></script>
|
||||
<script>
|
||||
sc.closedPage = "closed.html";
|
||||
sc.closedDays = ["Sunday"];
|
||||
shutItDown();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
<title>Zane :P</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="favicon.png">
|
||||
<script src="https://melonking.net/scripts/site-closer.js"></script>
|
||||
<script>
|
||||
sc.closedPage = "closed.html";
|
||||
sc.closedDays = ["Sunday"];
|
||||
shutItDown();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
<title>Information | Zane :P</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="favicon.png">
|
||||
<script src="https://melonking.net/scripts/site-closer.js"></script>
|
||||
<script>
|
||||
sc.closedPage = "closed.html";
|
||||
sc.closedDays = ["Sunday"];
|
||||
shutItDown();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
<title>Links | Zane :P</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="favicon.png">
|
||||
<script src="https://melonking.net/scripts/site-closer.js"></script>
|
||||
<script>
|
||||
sc.closedPage = "closed.html";
|
||||
sc.closedDays = ["Sunday"];
|
||||
shutItDown();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
1
secret.html
Normal file
1
secret.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- I want to make secret pages but the thing is that this site is open sourced so I am not allowed to have secrets. After all, I made this file to trick you into reading it thinking it's a secret but it is not! Have a good day :3 -->
|
||||
Reference in New Issue
Block a user