34 lines
826 B
HTML
34 lines
826 B
HTML
<!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 id="reconnect" class="page">
|
|
<div class="window">
|
|
<div>Disconnected from server</div>
|
|
<button type="button" onclick="reconnect(this)">Reconnect</button>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="page">
|
|
<div>
|
|
<h1> Tropicananass Leds </h1>
|
|
</div>
|
|
<div id="picker"></div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |