Remove the closed site feature

This commit is contained in:
2026-06-04 14:13:04 +00:00
parent 7cf9363391
commit 27692c01e0
3 changed files with 3 additions and 18 deletions

View File

@@ -6,12 +6,7 @@
<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>

View File

@@ -6,12 +6,7 @@
<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>

View File

@@ -6,12 +6,7 @@
<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>