-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (42 loc) · 1.63 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Info and Updates for OpenCTF @ DefCon 26</title>
<link rel="stylesheet" href="/posts/theme/css/main.css" />
<!--[if IE]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="index" class="home">
<header id="banner" class="body">
<h1><a href="/posts/">OpenCTF @ DefCon 26 </a></h1>
<nav><ul>
<li><a href="/">Home</a></li>
<li><a href="/getting-started/">Getting Started</a></li>
<li><a href="/status/">Status Updates</a></li>
<li><a href="/faq/">FAQ</a></li>
</ul></nav>
</header><!-- /#banner -->
<section id="content" class="body">
<h1 class="entry-title">Info and Updates for OpenCTF @ DefCon 26</h1>
<p>This is the home page.</p>
<h2>Header 2</h2>
<p>content</p>
<h3>Header 3</h3>
<p>content</p>
</section>
<section id="extras" class="body">
<div class="blogroll">
<h2>links</h2>
<ul>
<li><a href="https://openctf.com">V& (Vand)</a></li>
<li><a href="https://dc562.org/">DC 562</a></li>
<li><a href="https://scoreboard.openctf.com/">OpenCTF Scoreboard</a></li>
</ul>
</div><!-- /.blogroll -->
</section><!-- /#extras -->
<footer id="contentinfo" class="body">
</footer><!-- /#contentinfo -->
</body>
</html>