blob: 03dfab24bed9090ca31ba4e4e220329663c9b4fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
#+SETUPFILE: ../../org-templates/error.org
#+TITLE: 404 Page Not Found
#+BACKGROUND_IMAGE: /images/woopsy.jpg
#+options: toc:nil num:nil
* Woopsy!
:PROPERTIES:
:CUSTOM_ID: woopsy
:END:
You tried looking for something that doesnt exist. This is a strange 404
page indeed.
# Because of silly export madness
#+begin_export html
<img src="/images/british.gif" alt="british.gif" />
#+end_export
|