Implemented basic HTML and CSS.

This commit is contained in:
2026-06-02 16:34:57 +01:00
parent 4f6bd4dae2
commit 851ba123d8
2 changed files with 28 additions and 0 deletions

View File

@ -6,5 +6,12 @@
</head>
<body>
<div class="whspahTitle">
<h1>WHSPAH Web Interface</h1>
<h3>A simple locally hosted web interface for WHSPAH.</h3>
</div>
<div class="contentBox">
<p>Just pretend there's a bunch of buttons and sliders here. I'm just kind of yapping to test the CSS. Wow look at that slider and those buttons. So cool.</p>
</div>
</body>
</html>