Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
HikaGenji authored Jul 18, 2024
1 parent 5f182e6 commit 0ff79f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ <h1>My GitHub App Store</h1>

<script>
const apps = [
{ name: 'App 1', icon: '/api/placeholder/64/64', link: 'app1.html' },
{ name: 'App 2', icon: '/api/placeholder/64/64', link: 'app2.html' },
{ name: 'App 1', icon: '/api/placeholder/64/64', link: 'jenga.html' },
{ name: 'App 2', icon: '/api/placeholder/64/64', link: 'shkoba.html' },
{ name: 'App 3', icon: '/api/placeholder/64/64', link: 'app3.html' },
// Add more apps here
];
Expand Down

0 comments on commit 0ff79f5

Please sign in to comment.