rpi_video_looper/Adafruit_Video_Looper/templates/index.html
J. Fernando Sánchez 322d9992fc Added WebUI
2015-06-08 15:27:55 +02:00

8 lines
135 B
HTML

<html>
<body>
<div>
<a href="{{ url_for('admin.index') }}">Go to admin!</a>
</div>
</body>
</html>