-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 790 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 790 Bytes
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
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css" />
<title> Bonus Project </title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
</head>
<body>
<p> </p>
<p> </p>
<h1>Fordham University</h1>
<img src="fordham_logo.png" alt="Fordham Logo">
<p> </p>
<p> </p>
<video width="480" height="270" controls>
<source src="FordhamUniversity.mp4" type="video/mp4">
</video>
<h1><div id="temp"></div><div id="minutely"></div></h1>
<h2><div id="location"></div></h2>
</body>
<script src="app.js"></script>
</html>