]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch20-web-server/listing-20-07/404.html
New upstream version 1.63.0+dfsg1
[rustc.git] / src / doc / book / listings / ch20-web-server / listing-20-07 / 404.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <title>Hello!</title>
6 </head>
7 <body>
8 <h1>Oops!</h1>
9 <p>Sorry, I don't know what you're asking for.</p>
10 </body>
11 </html>