Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon731012 authored Jan 29, 2024
1 parent e8c66e4 commit 6d4c7e5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ <h4>App Launcher</h4>
<img class="apps" src="/img/insecurly.svg" onclick="dex();"/>
<h4>Dextensify</h4>
</div>
<div class="appcont">
<img class="apps" src="/img/Aptoide_icon.png" onclick="app();"/>
<h4>Aptoide</h4>
</div>
</div>
<style>
.bg{
Expand Down Expand Up @@ -189,4 +193,7 @@ <h4>Dextensify</h4>
function dex(){
window.location.href=window.location.origin+"/apps/afiles/dextens1fy.html";
}
function app(){
window.location.href=window.location.origin+"/apps/afiles/apt0ide.html";
}
</script>

1 comment on commit 6d4c7e5

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 6d4c7e5 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

Module not found "file:///src/index.js".

Please sign in to comment.