forked from approachable-io/approachable-io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (19 loc) · 1.36 KB
/
404.html
File metadata and controls
24 lines (19 loc) · 1.36 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
<!DOCTYPE html>
<html >
<head>
<meta charset="UTF-8">
<title>404... Page NOT Found</title>
<link rel="stylesheet" href="styles/styles.css">
</head>
<body>
<h1 style="text-align:center; font-size:400%;"><b>Error 404</b><h1>
<h2 style="text-align:center;"><b>Oops!!! Page not Found</b></h2>
<h1>Approachable IO </h1>
<h2>Approachable Open Source Projects</h2>
<p>Approachable IO is an organization committed to creating Approachable Open Source software development. The goal of Approachable IO is to create projects that allow developers of all experience levels to contribute to the project. Contributing to open
source projects can be an intimidating endeavor, and Approachable IO is aiming to lower the complexity for those who wish to contribute to open source projects.</p>
<p>Regardless of your skill level, we're glad you're here and would love your contribution to our projects. If you're looking for how to get involved, check out our <a href="https://github.com/approachable-io/getting-started">getting-started</a> project
which will guide you through your very first open source contribution.</p>
<p>Your contributions are also welcome on any of our projects on <a href="https://github.com/approachable-io">our Github Account</a>, including <a href="https://github.com/approachable-io/approachable-io">the project for this website!</a></p>
</body>
</html>