This commit is contained in:
max
2026-06-18 17:06:52 +01:00
parent fba2364f42
commit fd2d3b1d9a
3 changed files with 60 additions and 0 deletions

15
template.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<title>Photos</title>
</head>
<body>
<h1>Photos</h1>
<main>
%s
</main>
</body>
</html>