-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (20 loc) · 921 Bytes
/
index.html
File metadata and controls
24 lines (20 loc) · 921 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<style>
head {
font-family: 'Courier New', monospace;
}
body {
font-family: 'Courier New', monospace;
}
</style>
<head>
<center><font size = "7" style = "color:#f61809">Welcome, young one. Join me to discover the POWER of the DARK SIDE.</font></center>
</head>
<body style ="background-color:Black">
<p><center><i><font style = "color:#f61809" font-family: 'Courier New'>CTF stands for "capture the flag". In this CTF, you will use some basic hacking to find the flag in order to escape from DARTH VADER. Click around. HINT:"source"</font></i><center></p>
<center><img src="Vader.jpg" alt="Darth Vader" width = "auto" height = "600"></center>
</body>
<!-- CONGRATULATIONS young PADAWAN, you have located the flag and escaped the grasp of DARTH VADER. You are one step closer to becoming a CYBERSECURITY JEDI.
FLAG: IDONTLIKESAND -->
</html>