-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathliveStream.html
More file actions
22 lines (22 loc) · 937 Bytes
/
liveStream.html
File metadata and controls
22 lines (22 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Live Stream</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/js/materialize.min.js"></script>
<script src="public/src/main.js"></script>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body style="background-color: black; text-align: center; overflow: hidden">
<nav>
<div class="nav-wrapper teal lighten-2">
<a href="" class="brand-logo center">FINDR</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="index.html">Map</a></li>
</ul>
</div>
</nav>
<img style="height: 80%; margin: auto; width: 100%; padding: 0px 50px;" src="http://192.168.43.112:8081/">
</body>
</html>