Skip to content

Commit 6731072

Browse files
committed
FIXED
1 parent 29a0a75 commit 6731072

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<script>
1616
function random_err() {
1717
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"]
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"]
1919
let random_index = Math.floor(Math.random() * cn_errs.length);
2020
let random_word_cn = cn_errs[random_index];
2121
let random_word_en = en_errs[random_index];

0 commit comments

Comments
 (0)