-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (37 loc) · 1.29 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
<!DOCTYPE html>
<html>
<div class="tab">
<button class="tablinks" (click)="function1()">Tab1</button>
<button class="tablinks" (click)="function2()">Tab2</button>
</div>
<head>
<link rel="stylesheet" type="text/css" href="index.css">
<div class="topnav">
<a class = "logo" href="#lunchhub">Lunch Hub</a>
<a class="active" href="/index.html">Home</a>
<a href="./form.html">Vote</a>
<a href="./lunch.html">Lunch</a>
<a class = "logo" href="./home.html">Hub</a>
</div>
<title>3rd Floor Live Stream</title>
</head>
<body>
<h2>3rd Floor Live Stream</h2>
<br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/HOk8siZLZqk" frameborder="0" allowfullscreen></iframe>
</iframe>
</body>
<title>14th Floor Live Stream</title>
</head>
<body>
<h2>14th Floor Live Stream</h2>
<br />
<iframe width="560" height="315" src="https://www.youtube.com/embed/HOk8siZLZqk" frameborder="0" allowfullscreen></iframe>
</iframe>
<li>
</li>
<!-- <object type="text/html" data="https://daltonschool.flikisdining.com/menu/dalton-school/lunch/2023-02-22">
</object> -->
<script src="api.js"></script>
</body>
</html>