-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
50 lines (39 loc) · 1.7 KB
/
404.php
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
<?php get_header();
/**
* attitude_before_main_container hook
*/
do_action( 'attitude_before_main_container' );
/**
* attitude_before_primary
*/
do_action( 'attitude_before_primary' );
?>
<div class="container">
<div id="primary" class="no-margin-left">
<div id="content">
<div class="notfound">
<header class="entry-header">
<h2 class="entry-title">Klaxon!</h2>
</header>
<p>It's possible an errant swan ate the page you were looking for. Perhaps a wayward packet got wedged sideways in the gut of the <a href="http://en.wikipedia.org/wiki/Series_of_tubes" target="_blank">internet tubes</a>, obstructing your page's racing line. More likely yet, a novice router, thinking it heard a commotion elsewhere, raised the alarm for no real cause at all.</p>
<p>Luckily, there is still a chance you can find what you're looking for. Use the links above to browse Wolfson College Boat Club information and news to your heart's content. And if this error was caused by a problem with our page, please <a href="mailto:webmaster@wolfsonrowing.org" target="_blank">let us know</a> so we can fix it.</p>
<p>Or, if you are of the venerable <a href="http://en.wikipedia.org/wiki/Honey_badger" target="_blank">honey badger</a> people, carry on. We can only honour your noble indifference.</p>
</div><!-- .notfound -->
</div><!-- #content -->
</div><!-- #primary -->
<?php
/**
* attitude_after_primary
*/
do_action( 'attitude_after_primary' );
?>
<div id="secondary">
<?php get_sidebar( 'right' ); ?>
</div><!-- #secondary -->
</div>
<?php
/**
* attitude_after_main_container hook
*/
do_action( 'attitude_after_main_container' );
get_footer(); ?>