Asd
This commit is contained in:
parent
44a86fa1cb
commit
b2bd8bbaae
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ fn markup_404(uri: String) -> impl Renderable {
|
||||||
|
|
||||||
fn markup_405() -> impl Renderable {
|
fn markup_405() -> impl Renderable {
|
||||||
maud! {
|
maud! {
|
||||||
h1 { "404" }
|
h1 { "405" }
|
||||||
p { "Method not allowed!" }
|
p { "Method not allowed!" }
|
||||||
@for i in 1..3 {
|
@for i in 1..3 {
|
||||||
div .{"m-" (i)} {}
|
div .{"m-" (i)} {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue