diff options
Diffstat (limited to 'slideshows/index.html')
-rw-r--r-- | slideshows/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/slideshows/index.html b/slideshows/index.html new file mode 100644 index 0000000..a03c575 --- /dev/null +++ b/slideshows/index.html @@ -0,0 +1,6 @@ +<h1>Slideshows</h1> +<p>Welcome to the sublab info screen system. Select a slideshow:</p> +<ul> + {% for slide in slides %}<li><a href="/slides/{{slide}}">{{slide}}</a></li>{% endfor %} +</ul> + |