Skip to content

Commit 0df3b26

Browse files
authored
Update index.html
1 parent 64cad2c commit 0df3b26

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

game/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<title>DanielDami's Website | Games</title>
66
<link rel="stylesheet" type="text/css" href="../css/styles.css">
77
<script src="../js/script.js"></script>
8-
<link rel="icon" href="favicon.png">
8+
<link rel="icon" href="../favicon.png">
99
<!-- MDUI -->
1010
<link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css">
1111
<script src="https://unpkg.com/mdui@2/mdui.global.js"></script>
1212
</head>
1313

1414
<body>
1515
<mdui-top-app-bar>
16-
<mdui-avatar src="favicon.png"></mdui-avatar>
16+
<mdui-avatar src="../favicon.png"></mdui-avatar>
1717
<mdui-top-app-bar-title>DanielDami's Website</mdui-top-app-bar-title>
1818
<mdui-segmented-button-group>
1919
<mdui-segmented-button href="..">Home</mdui-segmented-button>
@@ -25,9 +25,7 @@
2525
<main>
2626
<mdui-card>
2727
<h2>Welcome to DanielDami's Game Gallery!</h2>
28-
<p>This game gallery includes many games made by </p>
29-
<a href="author">my friends</a>
30-
<p> and me.</p>
28+
<p>This game gallery includes many games made by my friends and me.</p>
3129
<img src="images/gameGallery.jpg" alt="Our Game Gallery">
3230
</mdui-card>
3331
<mdui-card>
@@ -53,7 +51,7 @@ <h2>Popular Games</h2>
5351
<h2>Boat Off</h2>
5452
Boat off is a 2D two player game where you have to make the other player fall off the boat.
5553
<a href="boat-off">Play Now</a>
56-
<img src="../image/boatoff.png" height="200">
54+
<img src="../image/boatoff.png" height="200" style="float:right">
5755
</mdui-card>
5856
<script src="https://giscus.app/client.js"
5957
data-repo="Daniel-Dami/Daniel-Dami.github.io"

0 commit comments

Comments
 (0)