Skip to content

Commit

Permalink
Update worker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
george06350 authored Dec 16, 2024
1 parent 2e05711 commit 982219d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ const protect_keylist = [
"password",
]

let index_html = "https://crazypeace.github.io/Url-Shorten-Worker/" + config.theme + "/index.html"
let result_html = "https://crazypeace.github.io/Url-Shorten-Worker/" + config.theme + "/result.html"
let index_html = "https://george06350.github.io/Url-Shorten-Worker/" + config.theme + "/index.html"
let result_html = "https://george06350.github.io/Url-Shorten-Worker/" + config.theme + "/result.html"

const html404 = `<!DOCTYPE html>
<html>
<body>
<h1>404 Not Found.</h1>
<p>The url you visit is not found.</p>
<p> <a href="https://github.com/crazypeace/Url-Shorten-Worker/" target="_self">Fork me on GitHub</a> </p>
<p>這個鏈接無法訪問!.</p>
<p> <a href="https://github.com/george06350/Url-Shorten-Worker/" target="_self">Fork me on GitHub</a> </p>
</body>
</html>`

Expand Down

0 comments on commit 982219d

Please sign in to comment.