-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
32 lines (22 loc) · 985 Bytes
/
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
<?php get_header(); ?>
<main class="main">
<article id="post-0" class="post not-found">
<?php include 'templates/page-header.php'; ?>
<div class="ucla campus">
<div class="col span_8_of_12">
<p>We scoured the Internet — all the way back to the beginning — and still couldn’t find the page you’re looking for.</p>
<p>It looks like this was the result of either:</p>
<ul class="bulleted">
<li>a mistyped address</li>
<li>an out-of-date link</li>
</ul>
<?php // get_search_form(); ?>
</div>
<div class="col span_4_of_12 mb-32">
<img src="wp-content/themes/ucla-sc/images/404_not_found.jpg" alt="UCLA Computer">
<p>ARPANET, the computer network that became the internet, was designed and built at UCLA. A team led by Leonard Kleinrock sent the world’s first message over the network on Oct. 29, 1969.</p>
</div>
</div>
</article>
</main>
<?php get_footer(); ?>