-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path500.html
More file actions
69 lines (66 loc) · 2.86 KB
/
500.html
File metadata and controls
69 lines (66 loc) · 2.86 KB
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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Audio / Video: Record not found</title>
<link rel="stylesheet" href="https://use.typekit.net/rxa5jay.css"/>
<link rel="stylesheet" media="all" href="/assets/application.css"/>
</head>
<body>
<header>
<div class="branding">
<a href="https://www.lib.berkeley.edu/">
<img class="header-logo" alt="UC Berkeley Library" src="/assets/ucb_library_logo_black.svg"/>
<span class="site-name">Audio / Video</span>
</a>
</div>
<nav>
<input type="checkbox" id="nav-menu">
<label class="nav-menu-label" for="nav-menu">
<svg aria-label="Menu" xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 448 512">
<title>Menu</title>
<path fill="currentColor"
d="M16 132h416c8.837 0 16-7.163 16-16V76c0-8.837-7.163-16-16-16H16C7.163 60 0 67.163 0 76v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16zm0 160h416c8.837 0 16-7.163 16-16v-40c0-8.837-7.163-16-16-16H16c-8.837 0-16 7.163-16 16v40c0 8.837 7.163 16 16 16z"/>
</svg>
</label>
<ul>
<li>
<a href="https://digital.lib.berkeley.edu/">Digital Collections Home</a>
</li>
<li>
<a href="https://www.lib.berkeley.edu/">Library Home</a>
</li>
</ul>
</nav>
</header>
<main>
<section class="record">
<h2>We're sorry, but something went wrong.</h2>
<p>If you are the application owner check the logs for more information.</p>
</section>
</main>
<footer>
<section class="copyright-info">
<p>
Copyright © 2020 The Regents of the University of California. All rights reserved.
</p>
<p>
Except where otherwise noted, this work is subject to a
<a href="http://www.lib.berkeley.edu/about/creative-commons">Creative Commons Attribution-Noncommercial 4.0
License</a>.
</p>
</section>
<section class="social-media">
<a href="https://www.facebook.com/ucberkeleylibrary/"><img class="social-media-icon" alt="Facebook"
src="/assets/icons/facebook-square.svg"/></a>
<a href="https://www.youtube.com/channel/UCrwP3Cw1FHwqslSAG5JkLTQ"><img class="social-media-icon" alt="YouTube"
src="/assets/icons/youtube-square.svg"/></a>
<a href="https://www.instagram.com/ucberkeleylibrary/"><img class="social-media-icon" alt="Instagram"
src="/assets/icons/instagram.svg"/></a>
</section>
<section class="footer-logo">
<a href="http://www.berkeley.edu/"><img class="footer-logo" alt="UC Berkeley" src="/assets/logo-berkeley-white.svg"/></a>
</section>
</footer>
</body>
</html>