Skip to content

Commit 9b1a9d3

Browse files
committed
tweak ui to say it is not working
1 parent e2f9c05 commit 9b1a9d3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "hhd"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
authors = [
55
{ name="Kapenekakis Antheas", email="[email protected]" },
66
]

src/hhd/http/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body>
1111
<h1>HHD Settings</h1>
12+
<h2><i>Not working yet chief!</i></h2>
1213
<div id="settingsContainer">
1314
<!-- Settings will be loaded here -->
1415
</div>

src/hhd/http/static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
h1 {
2-
color: red;
2+
color: purple;
33
}

0 commit comments

Comments
 (0)