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

@@ -6,6 +6,7 @@
</head>
<body>
<div class="container">
<div class="userdata-div"><img class="background-image" src="./pictures/background00.png">
<div class="typewriter" id="typewriter"><span class="type" style="--n:620">Your goal in this small hacker game is
to enroll in university. You start as a student and all you have to do is pass your final math exam. To make
@@ -17,6 +18,7 @@
</div><a href="/enter_school.html">
<h3>Start your task and good luck...</h3>
</a>
</div>
</body>
</html>