Files
hse-2026/materials/03-http/seminar/website/kittens/templates/index.html
T
2026-09-24 21:25:39 +03:00

8 lines
114 B
HTML

<html>
<head>
<title>DistSys kittens</title>
</head>
<body>
<img src="{{ kitten_url }}">
</body>
</html>