Files
py34/scraper/server/templates/index.j2

12 lines
280 B
Plaintext
Raw Normal View History

2025-08-09 17:15:20 +02:00
<!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>