|
2 | 2 | <html> |
3 | 3 |
|
4 | 4 | <head> |
5 | | - <title>DanielDami's Website | Home</title> |
6 | | - <link rel="stylesheet" type="text/css" href="css/styles.css"> |
7 | | - <script src="js/script.js"></script> |
8 | | - <link rel="icon" href="favicon.png"> |
9 | | - <!--MDUI> |
10 | | - <link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css"> |
11 | | - <script src="https://unpkg.com/mdui@2/mdui.global.js"></script> |
| 5 | + <title>DanielDami's Website | Home</title> |
| 6 | + <link rel="stylesheet" type="text/css" href="css/styles.css"> |
| 7 | + <script src="js/script.js"></script> |
| 8 | + <link rel="icon" href="favicon.png"> |
| 9 | + <!-- MDUI --> |
| 10 | + <link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css"> |
| 11 | + <script src="https://unpkg.com/mdui@2/mdui.global.js"></script> |
12 | 12 | </head> |
13 | 13 |
|
14 | 14 | <body> |
15 | | - <header> |
16 | | - <h1>DanielDami's Website</h1> |
17 | | - <nav> |
18 | | - <ul> |
19 | | - <li><a href="#">Home</a></li> |
20 | | - <li><a href="about">About</a></li> |
21 | | - <li><a href="game">Games</a></li> |
22 | | - </ul> |
23 | | - </nav> |
24 | | - </header> |
| 15 | + <header> |
| 16 | + <h1>DanielDami's Website</h1> |
| 17 | + <nav> |
| 18 | + <ul> |
| 19 | + <li><a href="#">Home</a></li> |
| 20 | + <li><a href="about">About</a></li> |
| 21 | + <li><a href="game">Games</a></li> |
| 22 | + </ul> |
| 23 | + </nav> |
| 24 | + </header> |
25 | 25 |
|
26 | | - <main> |
27 | | - <mdui-card> |
28 | | - <h2>Welcome to DanielDami's Website</h2> |
29 | | - <p>This is a simple website that you can look for many things to your liking.</p> |
30 | | - <img src="images/gameGallery.jpg" alt="Our Game Gallery"> |
31 | | - </section> |
| 26 | + <main> |
| 27 | + <mdui-card> |
| 28 | + <h2>Welcome to DanielDami's Website</h2> |
| 29 | + <p>This is a simple website that you can look for many things to your liking.</p> |
| 30 | + <img src="images/gameGallery.jpg" alt="Our Game Gallery"> |
| 31 | + </section> |
32 | 32 |
|
33 | | - <section class="rounded"> |
34 | | - <h2>About Us</h2> |
35 | | - <p>Hello, my name is DanielDami. This is my personal website. Our team website will be avilable soon.</p> |
36 | | - </section> |
| 33 | + <section class="rounded"> |
| 34 | + <h2>About Us</h2> |
| 35 | + <p>Hello, my name is DanielDami. This is my personal website. Our team website will be avilable soon. |
| 36 | + </p> |
| 37 | + </section> |
37 | 38 |
|
38 | | - <div class="rounded"> |
39 | | - <h3>News</h3> |
40 | | - <p>This is a div with rounded edges. ('News' indeed)</p> |
41 | | - </div> |
42 | | - </main> |
| 39 | + <div class="rounded"> |
| 40 | + <h3>News</h3> |
| 41 | + <p>This is a div with rounded edges. ('News' indeed)</p> |
| 42 | + </div> |
| 43 | + </main> |
43 | 44 |
|
44 | | - <footer> |
45 | | - <p>© 2023 - 2025 My Website. All rights reserved.</p> |
46 | | - <p>This website uses <a href="https://www.mdui.org/">MDUI</a>.</p> |
47 | | - </footer> |
| 45 | + <footer> |
| 46 | + <p>© 2023 - 2025 My Website. All rights reserved.</p> |
| 47 | + <p>This website uses <a href="https://www.mdui.org/">MDUI</a>.</p> |
| 48 | + </footer> |
48 | 49 | </body> |
49 | 50 |
|
50 | 51 | </html> |
0 commit comments