38 lines
731 B
HTML
38 lines
731 B
HTML
<!DOCTYPE HTML>
|
|
|
|
<html>
|
|
<head>
|
|
<style>
|
|
h1, h2, h3 {
|
|
text-align: center;
|
|
}
|
|
a {
|
|
color: white;
|
|
}
|
|
body{
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>I wonder where the flag is...</h1>
|
|
<h2>Could there be a hint in the description?</h2>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<a href="why.html">Click here for the flag!</a>
|
|
</body>
|
|
</html> |