We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f9c05 commit 9b1a9d3Copy full SHA for 9b1a9d3
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "hhd"
3
-version = "0.2.3"
+version = "0.2.4"
4
authors = [
5
{ name="Kapenekakis Antheas", email="[email protected]" },
6
]
src/hhd/http/index.html
@@ -9,6 +9,7 @@
9
</head>
10
<body>
11
<h1>HHD Settings</h1>
12
+ <h2><i>Not working yet chief!</i></h2>
13
<div id="settingsContainer">
14
<!-- Settings will be loaded here -->
15
</div>
src/hhd/http/static/style.css
@@ -1,3 +1,3 @@
h1 {
- color: red;
+ color: purple;
}
0 commit comments