-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (40 loc) · 1.87 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="website">
<meta property="og:title" content="Home">
<meta property="og:description" content="This is the homepage for the alternative site.">
<meta property="og:image" content="https://theeeveelovers.github.io/indexassets/preview.webp">
<meta property="og:image:alt" content="A screenshot of the webpage.">
<meta name="theme-color" content="rgb(136, 54, 224)">
<meta property="og:image:height" content="900">
<meta property="og:image:width" content="1600">
<meta property="og:image:type" content="image/webp">
<meta property="og:site_name" content="Team theEeveeLovers' Alternate Site">
<link type="text/css" rel="stylesheet" href="styles/main.css"/>
<link rel="icon" type="image/jpg" href="globalassets/favicon.jpg?">
<title>TtEL's Alt. Site - Home</title>
<nav>
<ul>
<li>Main Page</li>
<li><a href="pages/main/sitemap.html">Site Map</a></li>
</ul>
</nav>
<h2 class="sitetitle">Team theEeveeLovers' incomplete alternate site</h1>
<h1 class="title">Main Page</h2>
<p>This is a work in progress secondary website, the main website is <a href="https://sites.google.com/view/ttel/index"> here.</a></p>
</head>
<body>
<p>Currently, navigation is only possible by using the <a href="pages/main/sitemap.html"> site map,</a> although as you may notice, a <strong>proper</strong> navigation bar is being worked on.</p>
<h2>UNDER CONSTRUCTION</h2>
<br>
<h3 class="underline">GIVE 'EM A BREAK</h3>
<h3><span style="font-size:48px">👷</span> WORKERS AT WORK</h3>
</body>
<footer>
<p> © Team theEeveeLovers. All rights reserved.</p>
</footer>
</html>