diff options
author | lolcat <will@lolcat.ca> | 2023-07-22 14:41:14 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-07-22 14:41:14 -0400 |
commit | bca265aea67ec62499aaa113a6490ce9ec7fe730 (patch) | |
tree | 3f05ec5ea542e41b474947e180034f42e99648e9 /template/images.html |
still missing things on google scraper
Diffstat (limited to 'template/images.html')
-rw-r--r-- | template/images.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/template/images.html b/template/images.html new file mode 100644 index 0000000..a09c121 --- /dev/null +++ b/template/images.html @@ -0,0 +1,7 @@ + <div id="images"> + {%images%} + </div> + {%nextpage%} + <script src="/static/client.js"></script> + </body> +</html> |