17 lines
394 B
HTML
17 lines
394 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Hacking Game...</title>
|
|
<link rel="stylesheet" href="/stylesheets/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<img class="background-image" src="/pictures/background05.png">
|
|
<h3>
|
|
<span style="color: red">U</span>nlock the secu<span style="color: red">r</span>ed safe quick<span
|
|
style="color: red">l</span>y...
|
|
</h3>
|
|
</body>
|
|
|
|
</html> |