Skip to content

Commit

Permalink
Merge pull request #208 from Kartik1397/patch-2
Browse files Browse the repository at this point in the history
Make title of 404.html page in sync with header
  • Loading branch information
nrc authored Oct 5, 2024
2 parents 4f045e4 + bc97075 commit 1bcfce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/09_05_final_tcp_server/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello!</title>
<title>Oops!</title>
</head>
<body>
<h1>Oops!</h1>
Expand Down

0 comments on commit 1bcfce6

Please sign in to comment.