-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (54 loc) · 2.73 KB
/
index.html
File metadata and controls
54 lines (54 loc) · 2.73 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>
<html>
<head>
<title>LHC</title>
<link rel="stylesheet" type="text/css" href="lhcWeb.css">
<link href="https://fonts.googleapis.com/css?family=Orbitron:400,500&display=swap" rel="stylesheet">
</head>
<body>
<div class ="kickASCIIArt"> <!-- ascii art came from: http://patorjk.com/software/taag/#p=display&f=Alpha&t=LHC !-->
_____ _____ _____
/\ \ /\ \ /\ \
/::\____\ /::\____\ /::\ \
/:::/ / /:::/ / /::::\ \
/:::/ / /:::/ / /::::::\ \
/:::/ / /:::/ / /:::/\:::\ \
/:::/ / /:::/____/ /:::/ \:::\ \
/:::/ / /::::\ \ /:::/ \:::\ \
/:::/ / /::::::\ \ _____ /:::/ / \:::\ \
/:::/ / /:::/\:::\ \ /\ \ /:::/ / \:::\ \
/:::/____/ /:::/ \:::\ /::\____\/:::/____/ \:::\____\
\:::\ \ \::/ \:::\ /:::/ /\:::\ \ \::/ /
\:::\ \ \/____/ \:::\/:::/ / \:::\ \ \/____/
\:::\ \ \::::::/ / \:::\ \
\:::\ \ \::::/ / \:::\ \
\:::\ \ /:::/ / \:::\ \
\:::\ \ /:::/ / \:::\ \
\:::\ \ /:::/ / \:::\ \
\:::\____\ /:::/ / \:::\____\
\::/ / \::/ / \::/ /
\/____/ \/____/ \/____/
</div>
<p>
<img id="mainLogo"src="Media/Images/dc26_LHC.png">
</p>
<h1>Welcome to the Lonely Hackers Club</h1>
<div></div>
<h2>What is the LHC?</h2>
<p>The LHC is a loose collective of people interested in hacking. LHC began on /r/defcon as a way for people attending DEF CON 'alone' to meet up with other people </p>
<h2>Some useful links</h2>
<ul>
<li><a href="https://twitter.com/L0nelyH4ckers">Twitter Account</a></li>
<li><a href="https://www.reddit.com/r/largehadroncollider">LHC Subreddit</a></li>
<li><a href="https://www.reddit.com/r/defcon">DEF CON Subreddit</a></li>
<li><a href="https://twitter.com/highwiz/lists/lhc/members">LHC Members</a></li>
<li><a href="guide.html">N00b guide to DEF CON</a></li>
<li><a href="bookpage.html">Reading list</a></li>
</ul>
<footer> <!-- if you author something, add yourself here-->
<p>Authored By:</p>
<p><a href="https://twitter.com/last_person">LP</a></p>
<p><a href="https://twitter.com/Dehyphencert">De-CERT</a></p>
</footer>
</body>
</html>