-
Notifications
You must be signed in to change notification settings - Fork 123
Expand file tree
/
Copy path404.html
More file actions
29 lines (27 loc) · 1.02 KB
/
404.html
File metadata and controls
29 lines (27 loc) · 1.02 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
---
permalink: /404
layout: article
title: Page Not Found
breadcrumbs:
- title: "Page Not Found"
---
<div datatype="rdf:HTML" property="description">
<p>Sorry, the page you're looking for doesn't exist.</p>
<p>You tried to access "<strong><span id="missing-page-url" style="text-decoration: underline;"></span></strong>".</p>
<script>
document.getElementById('missing-page-url').textContent = window.location.href;
</script>
</div>
<section resource="#try_these_instead" inlist="" rel="hasPart" class="article-section">
<h2 id="try_these_instead" property="name">Try these instead</h2>
<div datatype="rdf:HTML" property="description">
<ul>
<li><a href="/">Solid Project Home Page</a></li>
<li><a href="/about">About Solid</a></li>
<li><a href="/for_users">Solid For Users</a></li>
<li><a href="/for_developers">Solid For Developers</a></li>
<li><a href="/for_organisations">Solid For Organisations</a></li>
<li><a href="/community">Solid Community</a></li>
</ul>
</div>
</section>