diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-05 20:51:26 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-05 20:51:26 +0200 |
| commit | 1d3e2b0146d01cb57bb80e55bb033f47fa63daf1 (patch) | |
| tree | 1b486c151a4bc4a56e7effab491ecbbe5527cd71 /examples/cgi/cgi.cc | |
| parent | 028c97404da7ad9ebcbcd9c97903f28e0da222ed (diff) | |
feat: `fix/` directory category.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'examples/cgi/cgi.cc')
| -rw-r--r-- | examples/cgi/cgi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cgi/cgi.cc b/examples/cgi/cgi.cc index a0294ab..5586410 100644 --- a/examples/cgi/cgi.cc +++ b/examples/cgi/cgi.cc @@ -14,7 +14,7 @@ const std::string g_not_found = R"( <html> <head> <meta charset="UTF-8"> - <title>Uh Oh!</title> + <title>error | snu-lib</title> <style> body { font-family: monospace; |
