-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
33 lines (33 loc) · 2.18 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
32
33
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset = "utf-8"/>
<meta name = "viewport" content = "width=device-width, initial-scale=1.0"/>
<title>Logiphillia</title>
<link rel = "stylesheet" href = "https://vismainair.github.io/Innova-Futura-Stylesheet/style.css" type = "text/css"/>
<script src = "scripts/script.js" type = "text/javascript">
</script>
<meta name = "author" content = "Logiphillia Technologies"/>
<meta name = "description" content = "Logiphillia, short for LogicaPhillia, is a nonprofit organization dedicated to making creating easier. We have a focus on empowering technological innovation, especially in children and learners. Our projects include Eradicate Boredom, Innova Futura, LogicaPhillia Web Docs, and LogicaPhillia Stories. This page descripbes the people who volunteer with us and their efforts."/>
<meta name = "og:title" content = "Logiphillia Technologies"/>
<meta name = "og:image" content = "media/images/Logiphillia-Logo-Words"/>
<meta name = "og:descripton" content = "Logiphillia, short for LogicaPhillia, is a nonprofit organization dedicated to making creating easier. We have a focus on empowering technological innovation, especially in children. Our projects include Eradicate Boredom, Innova Futura, Logi-css, and StoryHub" />
<meta name = "robots" content = "index, follow"/>
<meta name = "twitter:title" content = "LogicaPhillia"/>
</head>
<body>
<main>
<header>
<h1>404 Error</h1>
</header>
<h3>We couldn't find the page you were looking for. Check for typos in the link, or visit major parts of our site:</h3>
<div>
<button class = "call-to-action"><span>Homepage</span></button>
<button class = "secondary"><span>Innova Futura</span></button>
<button class = "secondary"><span>Eradicate Boredom</span></button>
<button class = "secondary"><span>Developer Portal</span></button>
<button class = "secondary"><span>Childrens' CSS Association</span></button>
</div>
</main>
</body>
</html>