Add files via upload

This commit is contained in:
Twilight
2024-04-17 18:59:02 +08:00
committed by GitHub
parent 4cb0becf02
commit d561a00c9f
2 changed files with 61 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
<!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>

View File

@@ -0,0 +1,23 @@
<!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>