Files
GiTxHextech-Challenge-Repo/warmweb/why.html
2024-04-17 18:54:54 +08:00

23 lines
503 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<style>
body{
text-align: center;
}
p{
color: white;
}
body{
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>Why is the flag not showing?</h1><br>
<h2>Your flag is:</h2><br><br><br><br><br><br><br><br>
<p>HEX{B@s1c_w3B_012siXJv}</p>
</body>
</html>