-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (42 loc) · 2.05 KB
/
index.html
File metadata and controls
50 lines (42 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="canonical" href="http://httpsters.me">
<title>We are httpsters</title>
<!-- dude, not all of us are httpsters, some of us are still httpters -->
<!-- (it's called let's encrypt and it's free!!) -->
<!-- [techincally we're not https so...] -->
<style type="text/css">
body {
background:lightgrey;
font-size:18px;
padding:20px;
}
a img {
border: none;
}
</style>
</head>
<body>
<h1>Welcome to httpsters.me</h1>
<p>
A collaboration made possible by:
</p>
<ul>
<li><a href="http://github.com/davidnuon" title="@davidnuon">David Nuon</a></li>
<li><a href="https://github.com/ryan-b-w" title="@ryan-b-w">Ryan Wilcox</a></li>
<li><a href="https://github.com/masterkale" title="@masterkale">Matthew Miller</a></li>
<li><a href="https://github.com/postphotos" title="@postphotos">Leo Postovoit</a></li>
</ul>
<p>
Join us on <a href="https://github.com/therealhttpsters/therealhttpsters.github.io">Github</a>
</p>
<hr>
<a href="https://web.archive.org/web/19970710110326im_/http://www.dogpile.com:80/"><img src="img/arfie.gif" alt="Arfie" title='Arfie says: "Comments and Suggestions Are Welcome"' ></a>
<a href="http://home.mcom.com/home/welcome.html"><img src="img/netscape.gif" alt="Netscape, the future of the InterNet" title="Best viewed with Netscape Navigator" ></a>
<a href="http://linuxcommand.org/lc3_man_pages/vim1.html"><img src="img/vim.gif" alt="Vim, for those who enjoy pain" title="Created with vim with &heart;" ></a>
<a href="https://www.gnu.org/software/emacs/tour/"><img src="img/made-with-emacs.png" alt="Emacs, not to be confused with the short-lived Apple eMac" title="Made with Emacs" ></a>
<a href="http://oldweb.today/ie4mac/20020928063333/http://aol.com"><img src="img/aol.gif" alt="America OnLine" title="America Online, coming to a Personal Computer near you! Check your mailbox, you've got mail!" ></a>
</body>
</html>