-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (67 loc) · 2.32 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en-US">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0YG369TC3Y"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0YG369TC3Y');
</script>
<title>Project-Undefined</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta
name="description"
content="Meet Undefined! Welcome to our small Github 'Organization'. We are just dropping our useful little projects/code/snippet here that we are using to make a bigger project with! (hopefully it will help someone out)"
/>
<meta
property="og:url"
content="https://project-undefined.github.com"
/>
<meta property="og:title" content="Project-Undefined" />
<meta property="og:locale" content="en-US" />
<meta
property="og:description"
content="Meet Undefined! Welcome to our small Github 'Organization'. We are just dropping our useful little projects/code/snippet here that we are using to make a bigger project with! (hopefully it will help someone out)"
/>
<meta property="og:image" content="" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/favicon-16x16.png"
/>
<link rel="manifest" href="/icons/site.webmanifest" />
<link rel="shortcut icon" href="/icons/favicon.ico" />
<meta name="apple-mobile-web-app-title" content="Project-Undefined" />
<meta name="application-name" content="Project-Undefined" />
<meta name="msapplication-TileColor" content="#3c3c3c" />
<meta name="msapplication-config" content="/icons/browserconfig.xml" />
<meta name="theme-color" content="#ffffff" />
<link rel="stylesheet" href="/css/index.css" />
<script src="/js/index.js"></script>
</head>
<body>
<nav>
<div class="topBar">
<a href="#"><img src="/icons/favicon.ico" id="icon" /></a>
<a class="select" href="/about-us">About Us</a>
<a class="nav" href="/blog">Blog</a>
<a class="nav" href="https://github.com/project-undefined">Github</a>
</div>
</nav>
</body>
</html>