-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 926 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata about the HTML document -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Yeti Coding Challenge</title>
<!-- Styles for the page -->
<link rel="stylesheet" type="text/css" href="https://msumri.github.io/coding_challenge/style.css">
</head>
<body>
<!-- Yeti{QWR2YW5jaW5nIEVxdWl0eQ==} -->
<h1>Welcome to Yeti Capture the Flag</h1>
<!-- Hint: the second flag is hidden in style -->
<div class="flag-description">
<p class="flag-format">
The flag will look like this: <code>Yeti{some_code}</code>.
</p>
<p class="flag-count">
There are 3 flags in this challenge.
</p>
<p class="additional-hint">
Hint: to find your first flag you might need to check the source
</p>
</div>
</body>
</html>