A super-basic landing page with links out to the other places.
Go to file
2023-10-29 05:33:39 -04:00
docker-compose.yml initial commit 2023-10-05 06:15:44 -04:00
Dockerfile fix dockerfile 2023-10-05 07:32:49 -04:00
favicon.ico add favicon and OpenGraph image 2023-10-05 07:29:48 -04:00
index.html Add mission statement/description 2023-10-29 05:33:39 -04:00
index.js typo 2023-10-05 07:36:16 -04:00
pfp.png add favicon and OpenGraph image 2023-10-05 07:29:48 -04:00
README.md initial commit 2023-10-05 06:15:44 -04:00
shell.nix initial commit 2023-10-05 06:15:44 -04:00

TWS Links Page

This is just a simple page which shows a list of links, styled after the popular LinkTree service. It's nothing more than a static HTML page with embedded CSS which is served by a barebones node.js server.

Local testing

The only dependency is Node.js, and you can work with that by just loading the HTML file in your web browser without the server. Just run node index.js.