Skip to content

Commit eb9c964

Browse files
committed
refactor 404 page to align with vocab markup
1 parent 5620fa8 commit eb9c964

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

src/404.html

+7-17
Original file line numberDiff line numberDiff line change
@@ -132,23 +132,13 @@ <h2>Our Work Relies On You!</h2>
132132

133133
<main>
134134
<span id="main-content-marker"></span>
135-
<div class="body-second-sect">
136-
<h2>404: Not Found</h2>
137-
<p>
138-
<strong
139-
>Go to the <a href="/">CC Search Portal home page</a>.</strong
140-
>
141-
</p>
142-
<p>
143-
The <code>/search</code> path is currently broken. This will
144-
addressed soon.
145-
</p>
146-
<p>
147-
This domain previously hosted CC Search, which became
148-
<a href="https://openverse.org/?referrer=creativecommons.org"
149-
>Openverse</a
150-
>.
151-
</p>
135+
<header>
136+
<h1>404 Page Not Found</h1>
137+
</header>
138+
139+
<div class="content">
140+
<p>We're sorry, your request could not be found.</p>
141+
<a href="/">Return Home</a>
152142
</div>
153143
</main>
154144

0 commit comments

Comments
 (0)