papiez_ipsum/papiezator/templates/papiezator/index.html

19 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> </title>
<link rel="stylesheet" href="">
</head>
<img src="{% url 'papiezator:conclave' 200 300 %}">
<img src="{% url 'papiezator:conclave' 150 250 %}">
<img src="{% url 'papiezator:conclave' 350 100 %}">
<body>
</body>
</html>