LedBars/RpiLedBars/web/index.html

25 lines
555 B
HTML
Raw Normal View History

2021-09-29 23:56:10 +02:00
<!doctype html>
<html>
<head>
<title>Config</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Accueil">
<meta name="author" content="Tropicananass">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" href="index.css" type="text/css">
<script src="iro.js"></script>
<script src="index.js"></script>
</head>
<body>
<div>
<h1> Tropicananass Leds </h1>
</div>
<div id="picker"></div>
</body>
</html>