Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
54 lines (44 loc) · 2.09 KB
/
Copy pathindex.html
File metadata and controls
54 lines (44 loc) · 2.09 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
<!doctype html>
<!--[if gt IE 8]><!--><htmlclass="no-js" lang=""><!--<![endif]-->
<head>
<metacharset="utf-8">
<metahttp-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>exploitd - https://exploitd.com</title>
<metaname="description" content="">
<metaname="viewport" content="width=device-width, initial-scale=1">
<linkrel="stylesheet" href="assets/css/normalize.css">
<linkrel="stylesheet" href="assets/css/main.css">
<linkhref="https://fonts.googleapis.com/css?family=Headland+One" rel="stylesheet">
<linkhref="https://fonts.googleapis.com/css?family=Fira+Mono:700" rel="stylesheet">
</head>
<body>
<divclass="main-container">
<divclass="main wrapper clearfix">
<divclass="logo">
<ahref="about.html">
<imgid="edl" src="assets/img/exploitd-logo.png">
<!--<object id="edl" type="image/svg+xml" data="logo/ani.svg"></object>-->
<divid="typo"><pclass="exploitd-in-words">exploitd</p></div>
</a>
<pclass="sub">exploiting your systemd since y2k.</p>
</div>
</div><!-- #main -->
</div><!-- #main-container -->
<divclass="footer-container">
<footerclass="wrapper">
<!--footer-->
</footer>
</div>
<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery||document.write('<script src="assets/js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<scriptsrc="assets/js/main.js"></script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+newDate;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-111522784-X','auto');ga('send','pageview');
</script>
</body>
</html>