www per bron

This commit is contained in:
Peter Kleiweg
2026-04-04 16:31:12 +02:00
parent bb2e90dafe
commit 913bb8079f
16 changed files with 23058 additions and 2 deletions

17
www/template.html Normal file
View File

@@ -0,0 +1,17 @@
<!doctype html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="favicon.ico" type="image/ico" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="title">
<h1></h1>
terugkijkend over vier weken
</div>
<div class="main"></div>
</body>
</html>