mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
basic led code
This commit is contained in:
22
data/www/index.html
Normal file
22
data/www/index.html
Normal file
@@ -0,0 +1,22 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<script src="jquery-3.3.1.min.js"></script>
|
||||
<script src="script.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Sprocket Config</h1>
|
||||
|
||||
<button class="js-restart">Restart</button>
|
||||
<br>
|
||||
<br>
|
||||
<form action="/config" method="post">
|
||||
<textarea name="config" class="js-config" rows="20" cols="50"></textarea>
|
||||
<br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user