Files
static-photos-page/template.html
2026-08-11 17:06:51 +01:00

23 lines
354 B
HTML

<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8">
<title>Photos</title>
<style>
main {
display: flex;
flex-wrap: wrap;
}
</style>
</head>
<body>
<h1>Photos</h1>
<main>
%s
</main>
</body>
</html>