A super-basic landing page with links out to the other places.
Go to file
2023-10-05 07:29:48 -04:00
docker-compose.yml initial commit 2023-10-05 06:15:44 -04:00
Dockerfile expose the port 2023-10-05 06:41:03 -04:00
favicon.ico add favicon and OpenGraph image 2023-10-05 07:29:48 -04:00
index.html add favicon and OpenGraph image 2023-10-05 07:29:48 -04:00
index.js add favicon and OpenGraph image 2023-10-05 07:29:48 -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.