summaryrefslogtreecommitdiff
path: root/lite.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@simplelittledream.com>2021-01-16 21:21:22 -0500
committerJacob McDonnell <jacob@simplelittledream.com>2021-01-16 21:21:22 -0500
commitfcd16bc0fc2ffd457d2f085395f97af752f1093d (patch)
treeb4a3e982a4c4e0deb1afbd58057be08004e6dcc3 /lite.html
parent3cbd1a5ec7f333b1837ecc0072daa56de7afa596 (diff)
New Version of the website
Diffstat (limited to 'lite.html')
-rw-r--r--lite.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/lite.html b/lite.html
deleted file mode 100644
index a74834f..0000000
--- a/lite.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<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>