From 6232d13f5321b87ddf12a1aa36b4545da45f173d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 17 Nov 2021 22:34:57 +0100 Subject: Travel3: Simple image and video display site Reads the images and videos from filesystem and builds a site in memroy. --- example/static/img/placeholder_img.svg | 86 ++++++++++++++++++++++++++++++++ example/static/img/placeholder_video.svg | 1 + 2 files changed, 87 insertions(+) create mode 100644 example/static/img/placeholder_img.svg create mode 100644 example/static/img/placeholder_video.svg (limited to 'example/static/img') diff --git a/example/static/img/placeholder_img.svg b/example/static/img/placeholder_img.svg new file mode 100644 index 0000000..779d14f --- /dev/null +++ b/example/static/img/placeholder_img.svg @@ -0,0 +1,86 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + diff --git a/example/static/img/placeholder_video.svg b/example/static/img/placeholder_video.svg new file mode 100644 index 0000000..e4a337b --- /dev/null +++ b/example/static/img/placeholder_video.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3-70-g09d2