-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
49 lines (41 loc) · 1.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
<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<title>The OH Homepage</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="animate.min.css">
<!-- Google search console verification-->
<meta name="google-site-verification" content="DDuCMg3AAni3mxuCkihmF1OA_RF7U8Ahb7QzCTW3v0g" />
<!-- Google analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91018292-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>Welcome to the OH!</h1>
</div>
<div id="content">
<br/>
<br/>
<br/> <br/> <br/> <br/>
<a href="theoh.html">
<!--<img border="0" alt="logoOH" src="logoOH.png" width="50%" height="auto">-->
<p> Let's go </p>
</a>
</div>
<br/>
</div>
<div id ="footer">
<a href="mailto:[email protected]?Subject=Feedback%20about%20'The%20OH'" target="_top"> Issues or Feedback? </a>
<a href="about.html">About</a>
</div>
</body>
</html>