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 0ff79f5 commit 007f717
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@
</style>
</head>
<body>
<h1>My GitHub App Store</h1>
<h1>JFP's Game Store</h1>
<div class="app-grid" id="appGrid"></div>

<script>
const apps = [
{ name: 'App 1', icon: '/api/placeholder/64/64', link: 'jenga.html' },
{ name: 'App 2', icon: '/api/placeholder/64/64', link: 'shkoba.html' },
{ name: 'jenga', icon: '/api/placeholder/64/64', link: 'jenga.html' },
{ name: 'schkoba', 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 007f717

Please sign in to comment.