File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< 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 >
7
7
< style >
8
8
body {
9
9
font-family : Arial, sans-serif;
37
37
</ head >
38
38
< body >
39
39
< 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.
42
42
43
43
< div id ="topics-container "> </ div >
44
44
< button id ="load-more "> Load More</ button >
45
45
46
46
< script >
47
47
let currentPage = 1 ;
48
48
const limit = 5 ;
49
- window . location . href = 'https://sch.flarum.cloud/ '
49
+ window . location . href = 'https://codinghut.miraheze.org '
50
50
51
51
async function loadTopics ( page ) {
52
52
const response = await fetch ( `http://localhost:3000/forum?page=${ page } &limit=${ limit } ` ) ;
You can’t perform that action at this time.
0 commit comments