File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
67 < title > HHD Settings</ title >
78 < link rel ="stylesheet " href ="static/style.css "> <!-- Link your CSS here -->
8- < script src ="static/index.js " defer > </ script >
9+ <!-- < script src="static/index.js" defer></script> -- >
910</ head >
11+
1012< body >
1113 < h1 > HHD Settings</ h1 >
12- < h2 > < i > Not working yet chief!</ i > </ h2 >
14+ < h2 > < i > Not ready yet chief!</ i > </ h2 >
15+ < h2 > But the API works, check out < a href ="https://github.com/hhd-dev/hhd-decky "> hhd-decky</ a > .</ h2 >
1316 < div id ="settingsContainer ">
1417 <!-- Settings will be loaded here -->
1518 </ div >
16- < button type ="button " onclick ="saveSettings() "> Save Changes</ button >
19+ <!-- < button type="button" onclick="saveSettings()">Save Changes</button> -- >
1720</ body >
18- </ html >
21+
22+ </ html >
Original file line number Diff line number Diff line change 11h1 {
22 color : purple;
3+ }
4+
5+ body {
6+ font-family : Arial, Helvetica, sans-serif;
37}
You can’t perform that action at this time.
0 commit comments