mirror of
https://github.com/sweidac/kidsbox.git
synced 2025-07-27 19:31:54 +02:00
17 lines
318 B
HTML
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> |