-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathirc.html
More file actions
executable file
·91 lines (65 loc) · 2.53 KB
/
irc.html
File metadata and controls
executable file
·91 lines (65 loc) · 2.53 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>whiteHatAcademy</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--
agile, a free CSS web template by ZyPOP (zypopwebtemplates.com/)
Download: http://zypopwebtemplates.com/
License: Creative Commons Attribution
//-->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
</head>
<body>
<section id="body" class="width">
<aside id="sidebar" class="column-left">
<header>
<h1><a href="index.html">whiteHatAcademy</a></h1>
<h2>Stuyvesant High School Cyber Security Club</h2>
</header>
<nav id="mainnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="curriculum.html">Curriculum</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="selected-item"><a href="irc.html">IRC</a></li>
</ul>
</nav>
</aside>
<section id="content" class="column-right">
<article>
<h2>whiteHatAcademy IRC Channel</h2>
<p> </p>
<iframe src="https://kiwiirc.com/client/irc.freenode.com/#whitehatacademy" style="border:0; width:100%; height:600px;"></iframe>
<p> </p>
</article>
<article>
<blockquote>
<p>
We hold these Shells to be self-evident, that not all C derivatives were created equal, that they are endowed by their compilers with certain inalienable instructions, that among these are stacks, -Wall, and the pursuit of -O3. That to ensure functional
code, loopholes will be instituted by their programmers, giving their power to the exploiter. That whenever a loophole is patched, another shall arise to be discovered in the future. To prove this, let realizations be set unto the unenlightened
world:
</p>
<ul>
<li>No framework is without sin.</li>
<li>No program is without bugs.</li>
<li>No code can be without vulnerability.</li>
<li>No information connected to a network can be 100% protected.</li>
<li>Nothing is truly secure.</li>
<li>Big Brother is watching you...</li>
</blockquote>
</article>
<footer class="clear">
<p>© 2014 whiteHatAcademy <a href="http://zypopwebtemplates.com/">CSS Templates</a> by ZyPOP</p>
</footer>
</section>
<div class="clear"></div>
</section>
</body>
</html>