diff options
Diffstat (limited to 'lite.html')
| -rw-r--r-- | lite.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/lite.html b/lite.html new file mode 100644 index 0000000..a74834f --- /dev/null +++ b/lite.html @@ -0,0 +1,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> |
