-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (64 loc) · 2.85 KB
/
index.html
File metadata and controls
77 lines (64 loc) · 2.85 KB
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
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<title>ICAI Fish Website</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KBJPCEYSE4"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-KBJPCEYSE4');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width">
<link rel="canonical" href="https://ai-output.thebitone.repl.co" />
<meta name="author" content="ICAI Leadership Team">
<meta name="description" content="A data display website for the ICAI Fish Passage team that displays a livestream and a graph">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="ICAI Fish Camera">
<meta itemprop="description" content="A data display website for the ICAI Fish Passage team that displays a livestream and a graph">
<meta itemprop="image" content="">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ai-output.thebitone.repl.co">
<meta property="og:type" content="website">
<meta property="og:title" content="ICAI Fish Camera">
<meta property="og:description" content="A data display website for the ICAI Fish Passage team that displays a livestream and a graph">
<meta property="og:image" content="">
<meta property="og:video" content="https://player.twitch.tv/?channel=icaifishstream">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ICAI Fish Camera">
<meta name="twitter:description" content="A data display website for the ICAI Fish Passage team that displays a livestream and a graph">
<meta name="twitter:image" content="">
<link href="style.css" rel="stylesheet" type="text/css"/>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
</head>
<body>
<div class="header">
<div class="topnav">
<img src="https://codehs.com/uploads/53662eb0e6cc8aeb7b048298d16660e0">
<a href="index.html">Home</a>
<a href="Fish.html">Fish Passage</a>
<a href="JimHamm.html">Critter Cam</a>
<a href="about.html">About Us</a>
</div>
</div>
<div class="content">
<div class="row">
<!--Left Side-->
<div class="column side">
</div>
<!--Center-->
<div class="column middle">
</div>
<!--Right Side-->
<div class="column side">
</div>
</div>
</div>
<div class="footer">
<h2>Web Desginer: Connor Zakavec © 2022</h2>
</div>
</body>
</html>