Skip to content

Commit a85e2ab

Browse files
authored
Organize public assets (#22)
* Organize public assets into subdirectories Group 80+ flat files into images/, textures/, pdf/, and audio/ subdirectories for easier navigation. Update all references across 14 source files. * Add apple-touch-icon
1 parent 39598aa commit a85e2ab

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+37
-37
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
<meta name="twitter:url" content="https://isle.pizza/">
1717
<meta name="twitter:title" content="LEGO® Island - Online Web Port">
1818
<meta name="twitter:description" content="Play the classic 1997 PC game LEGO® Island directly in your web browser!">
19-
<meta name="twitter:image" content="https://isle.pizza/island.webp">
19+
<meta name="twitter:image" content="https://isle.pizza/images/island.webp">
2020
<meta property="og:type" content="website">
2121
<meta property="og:url" content="https://isle.pizza/">
2222
<meta property="og:title" content="LEGO® Island - Online Web Port">
2323
<meta property="og:description" content="Play the classic 1997 PC game LEGO® Island directly in your web browser!">
24-
<meta property="og:image" content="https://isle.pizza/island.webp">
24+
<meta property="og:image" content="https://isle.pizza/images/island.webp">
2525
<meta property="og:site_name" content="LEGO Island Web Port">
2626

2727
<link rel="manifest" href="manifest.json">

public/apple-touch-icon.png

5.32 KB

0 commit comments

Comments
 (0)