mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-22 17:32:06 +00:00
50c9e88cf9
The new examples directory... * Contains a `README.md` explaining each example. * Consolidates examples into more complete chunks. * Is just better. Resolves #1447.
12 lines
216 B
Plaintext
12 lines
216 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>404 - tera</title>
|
|
</head>
|
|
<body>
|
|
<h1>404: Hey! There's nothing here.</h1>
|
|
The page at {{ path }} does not exist!
|
|
</body>
|
|
</html>
|