-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
41 lines (36 loc) · 952 Bytes
/
404.html
File metadata and controls
41 lines (36 loc) · 952 Bytes
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
---
permalink: /404.html
layout: default
---
<h1>404 - Page Not Found</h1>
<p><strong>Sorry, the page you're looking for doesn't exist.</strong></p>
<p>Here are some helpful links to get you back on track:</p>
<ul>
<li>
<a href="{{ '/' | relative_url }}">Home</a> - Start from the beginning
</li>
<li>
<a href="{{ '/web-application/getting-started' | relative_url }}"
>Getting Started</a
>
- Learn how to use html2rss
</li>
<li>
<a href="{{ '/ruby-gem' | relative_url }}">Ruby Gem Documentation</a> -
Developer resources
</li>
<li>
<a href="{{ '/feed-directory' | relative_url }}">Feed Directory</a> - Browse
available feeds
</li>
<li>
<a href="{{ '/get-involved' | relative_url }}">Get Involved</a> - Join the
community
</li>
</ul>
<p>
If you think this is an error, please
<a href="https://github.com/html2rss/html2rss.github.io/issues"
>report it on GitHub</a
>.
</p>