-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b4d2e03
commit dbf93df
Showing
12 changed files
with
56 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,49 +13,38 @@ const PRE_CACHED_RESOURCES = [ | |
"images/pic5.png", | ||
"images/pic6.png", | ||
|
||
"images/cloudshell/alpine.png", | ||
"images/cloudshell/archlinux.png", | ||
"images/cloudshell/centos.png", | ||
"images/cloudshell/debian.png", | ||
"images/cloudshell/fedora.png", | ||
"images/cloudshell/kali.png", | ||
"images/cloudshell/opensuse.png", | ||
"images/cloudshell/rockylinux.png", | ||
"images/cloudshell/ubuntu.png", | ||
|
||
"view/cloudshell.html", | ||
"view/conch.html", | ||
"view/corsproxy.html", | ||
"view/favourites.html", | ||
"view/dockerproxy.html", | ||
"view/home.html", | ||
"view/intro.html", | ||
"view/kvstorage.html", | ||
"view/kv.html", | ||
"view/mixstore.html", | ||
"view/notfound.html", | ||
"view/proxyservice.html", | ||
"view/toss.html", | ||
"view/webproxy.html", | ||
|
||
"css/index.css", | ||
"css/notfound.css", | ||
"css/cloudshell.css", | ||
"css/conch.css", | ||
"css/home.css", | ||
"css/index.css", | ||
"css/intro.css", | ||
"css/conch.css", | ||
"css/favourites.css", | ||
"css/cloudshell.css", | ||
"css/proxyservice.css", | ||
"css/notfound.css", | ||
"css/webproxy.css", | ||
|
||
"js/conch.js", | ||
"js/index.js", | ||
"js/intro.js", | ||
"js/favourites.js", | ||
"js/conch.js", | ||
"js/cloudshell.js", | ||
"js/cloudshell_worker.js", | ||
"js/proxyservice.js", | ||
"js/toss.js", | ||
"js/webproxy.js", | ||
|
||
"https://fastly.jsdelivr.net/npm/[email protected].0/dist/css/bootstrap.min.css", | ||
"https://fastly.jsdelivr.net/npm/[email protected].2/dist/css/bootstrap.min.css", | ||
"https://fastly.jsdelivr.net/npm/[email protected]/animate.min.css", | ||
"https://fastly.jsdelivr.net/gh/CodeByZach/pace/themes/blue/pace-theme-barber-shop.css", | ||
|
||
"https://fastly.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.min.js", | ||
"https://fastly.jsdelivr.net/npm/[email protected].0/dist/js/bootstrap.bundle.min.js", | ||
"https://fastly.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js", | ||
"https://fastly.jsdelivr.net/npm/[email protected].2/dist/js/bootstrap.bundle.min.js", | ||
"https://fastly.jsdelivr.net/gh/CodeByZach/pace/pace.min.js" | ||
]; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters