add a div container to all pages...

This commit is contained in:
Dieter Blocher
2025-01-29 14:54:16 +00:00
parent 4ed3721ce5
commit ca77e0842d
9 changed files with 115 additions and 88 deletions

View File

@@ -7,8 +7,10 @@
</head>
<body>
<h1>Hi...</h1>
<a href="/start.html">Go to Start!!</a>
<div class="container">
<h1>Hi...</h1>
<a href="/start.html">Go to Start!!</a>
</div>
</body>
</html>