Skip to content

Commit 9950a22

Browse files
committed
hide unfinished ui, plug hhd-decky if someone visits the API
1 parent 90788f9 commit 9950a22

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

src/hhd/http/index.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
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>

src/hhd/http/static/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
h1 {
22
color: purple;
3+
}
4+
5+
body {
6+
font-family: Arial, Helvetica, sans-serif;
37
}

0 commit comments

Comments
 (0)