-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.19 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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="overrides.css">
</head>
<body>
<div class="container mx-auto align-middle">
<div class="row justify-content-center">
<div class="col-md">
<img class="img-fluid" src="http://citydogclub9.viewmydog.com:10001/action/stream?subject=mjpeg"/>
</div>
<div class="col-md">
<img class="img-fluid" src="http://citydogclub9.viewmydog.com:10002/action/stream?subject=mjpeg"/>
</div>
</div>
<div class="row">
<div class="col-md">
<img class="img-fluid" src="http://citydogclub9.viewmydog.com:10003/action/stream?subject=mjpeg"/>
</div>
<div class="col-md">
<img class="img-fluid" src="http://citydogclub9.viewmydog.com:10004/action/stream?subject=mjpeg"/>
</div>
</div>
</div>
</body>
</html>