Rust library to generate static websites
at fix/misc-errors 14 lines 355 B view raw
1<!-- TODO: Make this prettier --> 2<!doctype html> 3<html lang="en"> 4 <head> 5 <meta charset="UTF-8" /> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0" /> 7 <title>404 - Not Found</title> 8 </head> 9 <body> 10 <h1>404</h1> 11 <h2>Page not found</h2> 12 <p>The page you're looking for doesn't exist or has been moved.</p> 13 </body> 14</html>