-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
404.html
31 lines (27 loc) · 1.05 KB
/
404.html
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
---
layout: default
color:
primary: "#4c158a"
primary-text: "#fff"
permalink: /404.html
---
{% assign apps = site.apps | sort_natural: 'title' %}
<div class="home main constrain">
<h1>AppCenter</h1>
<h2>Not Found</h2>
<p>The app or page you’re looking for isn’t here. You can try browsing for it among the {{apps | size}} curated apps in AppCenter on the homepage, or if you’re on elementary OS, try searching in AppCenter.</p>
<div class="action">
<a id="open-appcenter" class="button" href="appstream://">Search AppCenter</a>
<a class="button suggested" href="{{ site.baseurl }}/">Visit Homepage</a>
</div>
</div>
<footer>
<div class="constrain">
<a class="button go-home" href="{{ site.baseurl }}/">All Apps</a>
<a class="button" href="https://developer.elementary.io" target="_blank">Publish on AppCenter</a>
<a class="button" href="https://elementary.io/" target="_blank">Get elementary OS</a>
</div>
</footer>
<script>
document.getElementById("open-appcenter").href += window.location.pathname.replace("/", "");
</script>