-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (27 loc) · 1.62 KB
/
index.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
<!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."/>
<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 class = "typing">We are LogiPhillia</h1>
<h2> And we are programmers</h2>
</header>
<
</main>
</body>
</html>