Skip to content

Commit 9d9bc0a

Browse files
Update index.html
1 parent 19f0316 commit 9d9bc0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webapps/gofile.io/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,9 @@ <h2><i class="fas fa-code"></i> GoFile CodeGen</h2>
382382
<div class="input-group theme-selector">
383383
<label for="themeSelect">Code Template</label>
384384
<select id="themeSelect">
385-
<option value="https://gist.githubusercontent.com/developeranaz/20f5f549c251dcec49c3d9722c5b48be/raw/worker.js">Light Theme</option>
386-
<option value="https://gist.githubusercontent.com/developeranaz/20f5f549c251dcec49c3d9722c5b48be/raw/f2604b11283bbb10788c10aafd716632bf0f690d/worker-html.js">Simple HTML Server Theme</option>
387-
<option value="https://gist.githubusercontent.com/developeranaz/20f5f549c251dcec49c3d9722c5b48be/raw/worker-dark.js">Dark Theme</option>
385+
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/index.js">Light Theme</option>
386+
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/lite-http-server.js">Simple HTML Server Theme</option>
387+
<option value="https://raw.githubusercontent.com/developeranaz/gofile-to-cloudflare-index/refs/heads/main/src/themes/blue-white.js">Dark Theme</option>
388388
</select>
389389
</div>
390390

0 commit comments

Comments
 (0)