Skip to content

Commit b10e78b

Browse files
authored
Update sitemaplinks.html
1 parent 0612374 commit b10e78b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Wiki/sitemaplinks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Scratch Coding Hut Forum</title>
6+
<title>Scratch Coding Hut Wiki</title>
77
<style>
88
body {
99
font-family: Arial, sans-serif;
@@ -37,16 +37,16 @@
3737
</head>
3838
<body>
3939
<h1>Scratch Coding Hut Forum</h1>
40-
Wait on tight whioe we redirect you to the real wiki and coding hut forums. Trust Coding Hut, it won't take long at all.
41-
40+
Wait on tight while we redirect you to the real wiki and coding hut forums. Trust Coding Hut, it won't take long at all.
41+
Ok, the forum has been closed, so we will redirect you to the Miraheze Wiki.
4242

4343
<div id="topics-container"></div>
4444
<button id="load-more">Load More</button>
4545

4646
<script>
4747
let currentPage = 1;
4848
const limit = 5;
49-
window.location.href = 'https://sch.flarum.cloud/'
49+
window.location.href = 'https://codinghut.miraheze.org'
5050

5151
async function loadTopics(page) {
5252
const response = await fetch(`http://localhost:3000/forum?page=${page}&limit=${limit}`);

0 commit comments

Comments
 (0)