starting web app
This commit is contained in:
25
RpiLedBars/web/index.html
Normal file
25
RpiLedBars/web/index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<!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>
|
Reference in New Issue
Block a user