Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-26 | Base: 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-09 | WebServer: 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. |