Files
GiTxHextech-Challenge-Repo/challenges/web/web warm-up/warmweb/index.html
2024-04-17 18:59:02 +08:00

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>