summaryrefslogtreecommitdiff
path: root/Base/www
AgeCommit message (Collapse)Author
2022-02-23Base: Improve default WebServer pageselectrikmilk
Add some fancy stuff like semantic tags, styling and the ladyball to the default web server pages :^).
2020-03-26Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)Elisée Maurer
<!DOCTYPE> by itself is not a valid document type declaration.
2020-02-09WebServer: Implement a very basic HTTP server :^)Andreas Kling
This server listens on port 8000 and serves HTML files from /www. It's very simple and quite naive, but I think we can start here and build our way to something pretty neat. Work towards #792.