File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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;
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 } ` ) ;
You can’t perform that action at this time.
0 commit comments