12 lines
280 B
Django/Jinja
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>
|