You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
321 B
HTML
19 lines
321 B
HTML
2 weeks ago
|
{% load static %}
|
||
|
<!doctype html>
|
||
|
<html lang=en>
|
||
|
<head>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
||
|
<title>xpub call 2025</title>
|
||
|
|
||
|
<style>
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
|
||
|
<img src="{{creature.image.url}}">
|
||
|
<p>{{creature.caption}}</p>
|
||
|
|
||
|
|
||
|
</body>
|
||
|
</html>
|