This repository has been archived on 2025-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
test_dev/src/public/start.html
2025-01-30 08:10:22 +00:00

25 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Hacking Game...</title>
<link rel="stylesheet" href="/stylesheets/style.css">
</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
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>
</div>
</body>
</html>