add files

This commit is contained in:
Dieter Blocher
2025-01-20 14:04:16 +00:00
parent 4799cdf404
commit d7c69ab6ee
13 changed files with 595 additions and 15 deletions

61
src/public/start.html Normal file
View File

@@ -0,0 +1,61 @@
<html>
<head>
<title>Hacking Game...</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</head>
<body>
<center>
<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
things easier for you, you first try to get access to the teacher's PC. Unfortunately, you don't find the
solutions you were hoping for and so you have to shine with your own knowledge. Once you've done that, all
that's missing is your report card, which is locked away in a secure safe. Unfortunately, there is no teacher
on site who could hand over your certificate. Can you crack the safe and find the secret link to the
university? May the force be with you.</span></div>
</div><a href="/enter_school.html">
<h3>Start your task and good luck...</h3>
</a>
</center>
<style>
.tb_button {
padding: 1px;
cursor: pointer;
border-right: 1px solid #8b8b8b;
border-left: 1px solid #FFF;
border-bottom: 1px solid #fff;
}
.tb_button.hover {
borer: 2px outset #def;
background-color: #f8f8f8 !important;
}
.ws_toolbar {
z-index: 100000
}
.ws_toolbar .ws_tb_btn {
cursor: pointer;
border: 1px solid #555;
padding: 3px
}
.tb_highlight {
background-color: yellow
}
.tb_hide {
visibility: hidden
}
.ws_toolbar img {
padding: 2px;
margin: 0px
}
</style>
</body>
</html>