-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 1.35 KB
/
index.html
File metadata and controls
47 lines (46 loc) · 1.35 KB
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<head>
<title>PekoeCTF</title>
<link rel='shortcut icon' href='pekoeLogo.png'>
<link href='https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;1,300;1,400&display=swap' rel='stylesheet'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel='stylesheet' href='index.css'>
</head>
<body>
<header>
</header>
<main>
<section class='message'>
<h1>PekoeCTF 2020 has ended!</h1>
<h3>
Pekoe is a tea-themed CTF created for high school
<br/>
students, by high school students.
<br/>
<hr>
We ran from May 20th to June 3rd. and
<br/>
plan to run again next year.
</h3>
</section>
<img id='logo' src='pekoeLogo.png' alt='Pekoe Logo'/>
<section class='message'>
<h2>
<u>
Congratulations to our winners
</u>
</h2>
<ol>
<li>BisonHackers</li>
<li>TheManTheMythTheLegendScottSterling</li>
<li>Shadow Beans</li>
</ol>
<br/>
<br/>
<a id='githubLink' href='https://github.com/dhs-programming-club/PekoeCTF'>
<i class="fa fa-github"></i>
<br>
Check out the scoreboard, and our problems on Github
</a>
</section>
</main>
</body>