-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (23 loc) · 988 Bytes
/
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
<!DOCTYPE html>
<html>
<head profile="http://www.w3.org/2005/10/profile">
<link rel="icon"
type="image/png"
href="Site/images/favicon.png">
<!-- Google -->
<meta name="application-name" content="Ixhibition" />
<meta name="description" content="A Javascript library providing an Image Gallery powered by CSS3 Animations" />
<!-- Facebook -->
<meta property="og:title" content="Ixhibition" />
<meta property="og:type" content="website" />
<meta property="og:image" content="Site/images/IxhibitionLogo.png" />
<meta property="og:url" content="http://johnbastian.github.io/Ixhibition/Site/index.html" />
<meta property="og:description" content="A Javascript library providing an Image Gallery powered by CSS3 Animations" />
</head>
<body>
<a href="http://johnbastian.github.io/Ixhibition/Site/index.html">Main Site</a>
<script type="text/javascript">
window.location.href = "Site/index.html";
</script>
</body>
</html>