-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathcomplete.html
38 lines (30 loc) · 1.25 KB
/
complete.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
28
29
30
31
32
33
34
35
36
37
38
<!doctype html>
<html>
<head>
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>Hacker Challenge</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="timer-section">
<div class="timer"></div>
</div>
<div class="main">
<section>
<h1>
<a href="/">Hacker Challenge</a>
</h1>
<p>Congratulations! You have completed the hacker challenge. Use these skills to help create websites, fix broken forms, or even get yourself a free recipe off of a blocked paywall site. Your hacking opportunities are endless!</p>
</section>
<section>
<h2>Help out!</h2>
<p>Do you have an idea for a challenge, or even just a tweak to the site? Feel free to contribute by creating a pull request or adding an issue with the suggestion on the <a class="classic-link" href="https://github.com/jessicard/hacker-challenge" target="_blank">GitHub repository</a>.</p>
</section>
<section>
<a class="button-style-link" href="/">Restart challenge</a>
</section>
</div>
<script src="/scripts/complete.js"></script>
</body>
</html>