summaryrefslogtreecommitdiff
path: root/templates/500.html
blob: d1e984de58168c97f515888807b52d392efadf7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Luxagraf | Internal Server Error</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <script>
      document.createElement('header');
      document.createElement('nav');
      document.createElement('section');
      document.createElement('article');
      document.createElement('aside');
      document.createElement('footer');
      document.createElement('time');
      document.createElement('hgroup');
    </script>


    <link rel="alternate" 
          type="application/rss+xml" 
          title="RSS 2.0"
          href="http://feeds2.feedburner.com/luxagraf/blog">


    <link rel="stylesheet" 
          href="http://media.luxagraf.net//css/base.css" 
          type="text/css" 
          media="screen" 
          charset="utf-8">

<!--[if IE 6]><link rel="stylesheet" href="http://new.luxagraf.net/media/css/ie6.css" type="text/css" media="screen, projection"><![endif]-->
       
    <link rel="shortcut icon" 
          href="http://media.luxagraf.net/img/favicon.ico" 
          type="image/vnd.microsoft.icon">

    <link rel="apple-touch-icon" 
          href="http://media.luxagraf.net/img/luxagrafiphoneicon.png">

    <meta name="author" content="luxagraf">
    <meta name="description" 
          content="{% block metadescription %}Luxagraf: a travelogue of sorts, Recording journeys around the world and just next door.{% endblock %}">
    <meta name="keywords" 
          content="luxagraf writing travel authors philosophy ramblings">
    <meta name="copyright" 
          content="Licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0  License">
    
    
    <link rel="openid.server" 
          href="http://www.myopenid.com/server" >

    <link rel="openid.delegate" 
          href="http://luxagraf.myopenid.com/" >
    
<meta name="verify-v1" content="ZCZSYGNdjeLCPx5trSQELyhY9kq9N7CznTcv5JFkpnM=">
</head>

<body>
    <header>
        <nav>
            <ul>
                <li id="stories"><a href="/writing/1/" title="An archive of previous writings from around the world">I write.</a></li>
                <li id="map" title="Maps and miscellanea"><a href="/map/">I travel.</a></li>
                <li id="photos" title="Photos from travels around the world"><a href="/photos/1/">I photograph.</a></li>
            </ul>
        </nav>
        <hgroup>
            <h1><a href="/" title="home">Luxagraf</a></h1>
            <h2><a href="/about/" title="About Luxagraf">{a travelogue}</a></h2>
        </hgroup>
    </header>

            <article>
				<h1>Server Error</h1>
                <p>Holy crap, you broke the internet. The proper authorities have been notified and it will most likely be working again soon.</p>
                </article>
    
    <div class="clearfix"></div>
    <footer>
        <nav>
            <ul>
                <li><a href="/">Home</a></li>
                <li><a href="/writing/1/">Writing</a></li>
                <li><a href="/map/">Map</a></li>
                <li><a href="/photos/1/">Photographs</a></li>
                <li><a href="/contact/">Contact</a></li>
            </ul>
        </nav>
        <div>
            
            <section id="license">
                <p>All content licensed under the Creative Commons (<a href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en" title="read the Attribution-Noncommercial-Share Alike 3.0 deed">details</a>). <span>Built with <a href="http://geodjango.org/" title="a GeoDjango joint">GeoDjango</a> and hosted on <a href="http://www.webfaction.com/" title="webfaction">Webfaction</a>.</span></p>
            </section>
        </div>
    </footer>
</body>
</html>

 {% endblock %}