rpi_video_looper/Adafruit_Video_Looper/templates/index.html

8 lines
135 B
HTML
Raw Normal View History

2015-06-08 13:27:55 +00:00
<html>
<body>
<div>
<a href="{{ url_for('admin.index') }}">Go to admin!</a>
</div>
</body>
</html>