17 lines
550 B
HTML
17 lines
550 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/styles.css">
|
|
<script src="/main.js"></script>
|
|
</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> |