77 < script src ="../js/script.js "> </ script >
88 < link rel ="icon " href ="../favicon.png ">
99 <!-- 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 >
10+ < link rel ="stylesheet " href ="../css /mdui.css ">
11+ < script src ="../js /mdui.global.js "> </ script >
1212 < link href ="../css/material.css " rel ="stylesheet ">
1313</ head >
1414
1919 < mdui-segmented-button-group >
2020 < mdui-segmented-button href =".. "> Home</ mdui-segmented-button >
2121 < mdui-segmented-button href ="../about "> About</ mdui-segmented-button >
22- < mdui-segmented-button href ="# "> Games
23- < mdui-icon name ='arrow_drop_down '> </ mdui-icon >
24- </ mdui-segmented-button >
22+ < mdui-segmented-button href ="# "> Games</ mdui-segmented-button >
2523 </ mdui-segmented-button-group >
2624 </ mdui-top-app-bar >
2725
@@ -34,20 +32,20 @@ <h2>Welcome to DanielDami's Game Gallery!</h2>
3432 < mdui-card >
3533 < div class ="main-item ">
3634 < h2 > Featured Games</ h2 >
37- < ul >
38- < li > < a href ="motorcycle "> Motorcycle</ a > </ li >
39- < li > < a href ="boat-off "> Boat Off</ a > </ li >
40- < li > < a href ="our-land "> Our Land</ a > </ li >
41- </ ul >
35+ < mdui-segmented-button-group >
36+ < mdui-segmented-button href ="motorcycle "> Motorcycle</ mdui-segmented-button >
37+ < mdui-segmented-button href ="boat-off "> Boat Off</ mdui-segmented-button >
38+ < mdui-segmented-button href ="our-land "> Our Land</ mdui-segmented-button >
39+ </ mdui-segmented-button-group >
4240 </ div >
4341 < div > < mdui-divider vertical > </ mdui-divider > </ div >
4442 < div >
4543 < h2 > Popular Games</ h2 >
46- < ul >
47- < li > < a href ="motorcycle " > Motorcycle </ a > </ li >
48- < li > < a href ="boat-off " > Boat Off </ a > </ li >
49- < li > < a href ="our-land " > Our Land </ a > </ li >
50- </ ul >
44+ < mdui-segmented-button-group >
45+ < mdui-segmented-button href ="boat-off " > Boat Off < mdui-badge > Hot </ mdui-badge > </ mdui-segmented-button >
46+ < mdui-segmented-button href ="our-land " > Our Land </ mdui-segmented-button >
47+ < mdui-segmented-button href ="motorcycle " > Motorcycle </ mdui-segmented-button >
48+ </ mdui-segmented-button-group >
5149 </ div >
5250 </ mdui-card >
5351 < mdui-card >
0 commit comments