Skip to content

Commit

Permalink
Merge pull request #30 from Project516/main
Browse files Browse the repository at this point in the history
homie cooked frfr
  • Loading branch information
dinguschan-owo authored Sep 18, 2024
2 parents a625fa9 + 7d2da66 commit 0b75f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@
.catch(error => {
console.error('Error with local file:', error);
// If local fetch fails, try the backup URL
return fetch('https://raw.githubusercontent.com/dinguschan-owo/DingusProxy-Offline/main/π™³πš’πš—πšπšžπšœπ™Ώπš›πš˜πš‘πš’π™Ύπšπšπš•πš’πš—πšŽ.htmlhttps://raw.githubusercontent.com/dinguschan-owo/dingusproxy/main/Offline-File/π™³πš’πš—πšπšžπšœπ™Ώπš›πš˜πš‘πš’π™Ύπšπšπš•πš’πš—πšŽ.html')
return fetch('https://raw.githubusercontent.com/dinguschan-owo/dingusproxy/main/Offline-File/%F0%9D%99%B3%F0%9D%9A%92%F0%9D%9A%97%F0%9D%9A%90%F0%9D%9A%9E%F0%9D%9A%9C%F0%9D%99%BF%F0%9D%9A%9B%F0%9D%9A%98%F0%9D%9A%A1%F0%9D%9A%A2%F0%9D%99%BE%F0%9D%9A%8F%F0%9D%9A%8F%F0%9D%9A%95%F0%9D%9A%92%F0%9D%9A%97%F0%9D%9A%8E.html')
.then(response => {
if (!response.ok) {
throw new Error('Failed to fetch from GitHub');
Expand Down

0 comments on commit 0b75f6a

Please sign in to comment.