A super-basic landing page with links out to the other places.
  • HTML 69.5%
  • JavaScript 20%
  • Dockerfile 6.4%
  • Nix 4.1%
Find a file
2023-10-29 05:33:39 -04:00
docker-compose.yml
Dockerfile
favicon.ico
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
README.md
shell.nix

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.