Files
py34/scraper/server/templates/index.j2
2025-08-09 17:15:20 +02:00

12 lines
280 B
Django/Jinja

<!DOCTYPE html>
<html>
<head>
<title>Rule34 Scraper</title>
<script src={{url_for("static", filename="d3.min.js")}}></script>
</head>
<head>
<h1>Hello, World!</h1>
<img src={{url_for("static", filename="sus.png")}}>
</head>
</html>