diff options
| -rw-r--r-- | 404.html | 76 | ||||
| -rw-r--r-- | src/core.clj | 2 |
2 files changed, 77 insertions, 1 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..008cf30 --- /dev/null +++ b/404.html @@ -0,0 +1,76 @@ +<html style="font-family: monospace;"><head><style>pre { line-height: 125%; } +td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } +td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } +.code .hll { background-color: #ffffcc } +.code { background: #f8f8f8; } +.code .c { color: #3D7B7B; font-style: italic } /* Comment */ +.code .err { border: 1px solid #FF0000 } /* Error */ +.code .k { color: #008000; font-weight: bold } /* Keyword */ +.code .o { color: #666666 } /* Operator */ +.code .ch { color: #3D7B7B; font-style: italic } /* Comment.Hashbang */ +.code .cm { color: #3D7B7B; font-style: italic } /* Comment.Multiline */ +.code .cp { color: #9C6500 } /* Comment.Preproc */ +.code .cpf { color: #3D7B7B; font-style: italic } /* Comment.PreprocFile */ +.code .c1 { color: #3D7B7B; font-style: italic } /* Comment.Single */ +.code .cs { color: #3D7B7B; font-style: italic } /* Comment.Special */ +.code .gd { color: #A00000 } /* Generic.Deleted */ +.code .ge { font-style: italic } /* Generic.Emph */ +.code .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */ +.code .gr { color: #E40000 } /* Generic.Error */ +.code .gh { color: #000080; font-weight: bold } /* Generic.Heading */ +.code .gi { color: #008400 } /* Generic.Inserted */ +.code .go { color: #717171 } /* Generic.Output */ +.code .gp { color: #000080; font-weight: bold } /* Generic.Prompt */ +.code .gs { font-weight: bold } /* Generic.Strong */ +.code .gu { color: #800080; font-weight: bold } /* Generic.Subheading */ +.code .gt { color: #0044DD } /* Generic.Traceback */ +.code .kc { color: #008000; font-weight: bold } /* Keyword.Constant */ +.code .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */ +.code .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */ +.code .kp { color: #008000 } /* Keyword.Pseudo */ +.code .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */ +.code .kt { color: #B00040 } /* Keyword.Type */ +.code .m { color: #666666 } /* Literal.Number */ +.code .s { color: #BA2121 } /* Literal.String */ +.code .na { color: #687822 } /* Name.Attribute */ +.code .nb { color: #008000 } /* Name.Builtin */ +.code .nc { color: #0000FF; font-weight: bold } /* Name.Class */ +.code .no { color: #880000 } /* Name.Constant */ +.code .nd { color: #AA22FF } /* Name.Decorator */ +.code .ni { color: #717171; font-weight: bold } /* Name.Entity */ +.code .ne { color: #CB3F38; font-weight: bold } /* Name.Exception */ +.code .nf { color: #0000FF } /* Name.Function */ +.code .nl { color: #767600 } /* Name.Label */ +.code .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */ +.code .nt { color: #008000; font-weight: bold } /* Name.Tag */ +.code .nv { color: #19177C } /* Name.Variable */ +.code .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */ +.code .w { color: #bbbbbb } /* Text.Whitespace */ +.code .mb { color: #666666 } /* Literal.Number.Bin */ +.code .mf { color: #666666 } /* Literal.Number.Float */ +.code .mh { color: #666666 } /* Literal.Number.Hex */ +.code .mi { color: #666666 } /* Literal.Number.Integer */ +.code .mo { color: #666666 } /* Literal.Number.Oct */ +.code .sa { color: #BA2121 } /* Literal.String.Affix */ +.code .sb { color: #BA2121 } /* Literal.String.Backtick */ +.code .sc { color: #BA2121 } /* Literal.String.Char */ +.code .dl { color: #BA2121 } /* Literal.String.Delimiter */ +.code .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */ +.code .s2 { color: #BA2121 } /* Literal.String.Double */ +.code .se { color: #AA5D1F; font-weight: bold } /* Literal.String.Escape */ +.code .sh { color: #BA2121 } /* Literal.String.Heredoc */ +.code .si { color: #A45A77; font-weight: bold } /* Literal.String.Interpol */ +.code .sx { color: #008000 } /* Literal.String.Other */ +.code .sr { color: #A45A77 } /* Literal.String.Regex */ +.code .s1 { color: #BA2121 } /* Literal.String.Single */ +.code .ss { color: #19177C } /* Literal.String.Symbol */ +.code .bp { color: #008000 } /* Name.Builtin.Pseudo */ +.code .fm { color: #0000FF } /* Name.Function.Magic */ +.code .vc { color: #19177C } /* Name.Variable.Class */ +.code .vg { color: #19177C } /* Name.Variable.Global */ +.code .vi { color: #19177C } /* Name.Variable.Instance */ +.code .vm { color: #19177C } /* Name.Variable.Magic */ +.code .il { color: #666666 } /* Literal.Number.Integer.Long */ +li { line-height: 1.6; }</style><meta charset="UTF-8"></head><body><p><a href="/">< home</a></p><h1>404 Oh, be some other path!</h1><p>What's in a path? That which we call a page<br>by any other path would fail to load</p></body></html>
\ No newline at end of file diff --git a/src/core.clj b/src/core.clj index b2b0d08..b8ba344 100644 --- a/src/core.clj +++ b/src/core.clj @@ -20,7 +20,7 @@ target-file (io/file target-path)] (io/make-parents target-file) (spit target-file (str (page-fn))))) - (spit (io/file "target/html/404.html") (str (e-404)))) + (spit (io/file "404.html") (str (e-404)))) (defn -main [] (clean) |
