We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29a0a75 commit 6731072Copy full SHA for 6731072
1 file changed
404.html
@@ -15,7 +15,7 @@
15
<script>
16
function random_err() {
17
let cn_errs = ["404 找不到页面", "404 你的页面去玩蛋仔派对了,我找不到他", "404 你的页面去玩MC了,我找不到他"]
18
- let en_errs = ["404 No Page Found", "404 Your Page Went To The Eggy Party, I Can't Find him", "404 Your Page Went To The Minecraft, I Can't Find him"]
+ let en_errs = ["404 No Page Found", "404 Your Page Went To The Eggy Party, I Can't Find Him", "404 Your Page Went To The Minecraft, I Can't Find Him"]
19
let random_index = Math.floor(Math.random() * cn_errs.length);
20
let random_word_cn = cn_errs[random_index];
21
let random_word_en = en_errs[random_index];
0 commit comments