Files
kidsbox/www/index.html
2021-12-26 14:05:02 +01:00

17 lines
318 B
HTML

<html>
<head>
<title>Kidsbox</title>
<link rel="stylesheet" src="styles.css">
</head>
<body>
<h1>Hi, I'm a File!</h1>
<section class="rfid">
<h3>RFID-ID</h3>
<div class="rfid-id"></div>
<button class="rfid-refresh">refresh</button>
</section>
<script src="main.js"></script>
</body>
</html>