mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-01-01 18:57:59 -05:00
17 lines
285 B
HTML
17 lines
285 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src="floorplan.js"></script>
|
|
<link rel="stylesheet" type="text/css" href="floorplan.css">
|
|
<title>Overlay</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="floorView" class="blueprint">
|
|
<!-- <div id="camera1" class="camera"> -->
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|