mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-03 16:22:37 +00:00
12 lines
209 B
Handlebars
12 lines
209 B
Handlebars
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>404</title>
|
|
</head>
|
|
<body>
|
|
<h1>404: Hey! There's nothing here.</h1>
|
|
The page at {{ path }} does not exist!
|
|
</body>
|
|
</html>
|