blob: a74834fd1b5180cc065afebc62ce713916f997b3 (
plain)
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
|
<html>
<head>
<title>Jacob McDonnell</title>
<style>
body{
margin: 4em;
background-color: #F0F0F0;
}
td{
width:300px;
padding:10px;
vertical-align:top;
}
</style>
</head>
<body>
<center>
<h1>-= Jacob McDonnell =-</h1>
<table align="center">
<tbody>
<tr>
<td><b>Links to cool simple websites</b></td>
<td><b>What is this?</b></td>
<td><b>More Info</b></td>
</tr>
<tr>
<td><a href="https://lite.duckduckgo.com/">DuckDuckGo Lite</a>
<br><a href="https://git.lukesmith.xyz">Luke Smith's git page</a>
<br><a href="https://git.suckless.org/">Suckless's git page</a>
<br><a href="https://lunduke.com/">Lunduke.com</a>
<br><a href="https://9p.io/plan9">Plan 9</a>
<br><a href="http://cat-v.org/">Cat-V</a>
<br><a href="https://openbsd.org">OpenBSD</a>
<br><a href="https://www.illumos.org/">Illumos</a>
<br><a href="http://9front.org/">9front</a></td>
<td><p>This is the lite version of <a href="https://jacobmcdonnell.com"/>jacobmcdonnell.com</a> made to run in Lynx</a></td>
<td><p>This website is made with 100% pure html and css, no Javascript. Why? because.</p></td>
</tr>
</tbody>
</table>
</center>
</body>
</html>
|