Skip to content
Snippets Groups Projects
Verified Commit 0c35d724 authored by David Hoese's avatar David Hoese
Browse files

Fix unordered lists in camera index

parent 918e6f77
No related branches found
No related tags found
No related merge requests found
Pipeline #57798 passed
......@@ -51,7 +51,7 @@
<li><a href="/pub/cache/aoss/cameras/north/mov/">North</a></li>
<li><a href="/pub/cache/aoss/cameras/east/mov/">East</a></li>
<li><a href="/pub/cache/aoss/cameras/south/mov/">South</a></li>
<li><a href="{filename}hawkcam-flash.html">Hawk's Nest Camera</a>
<li><a href="{filename}hawkcam-flash.html">Hawk's Nest Camera</a></li>
</ul>
</li>
</ul>
......@@ -71,16 +71,12 @@
<h3>Live Video</h3>
<p>These streams provide a live video feed from the rooftop cameras and require the free <a href="http://www.videolan.org/vlc/">VLC Player</a> to play.</p>
<ul>
<li> <a href="{static}/camera_feeds/ssec-roof-north-web.xspf">North</a>
<li> <a href="{static}/camera_feeds/ssec-roof-south-web.xspf">South</a>
<li> <a href="{static}/camera_feeds/ssec-roof-east-web.xspf">East</a>
<li> <a href="{static}/camera_feeds/ssec-roof-west-web.xspf">West</a>
<li> <a href="{static}/camera_feeds/ssec-roof-northwest-web.xspf">Northwest</a>
<UL>
<li>
Multicast streams require a wired connection to the campus network to play.
</ul>
</ul>
<li> <a href="{static}/camera_feeds/ssec-roof-north-web.xspf">North</a></li>
<li> <a href="{static}/camera_feeds/ssec-roof-south-web.xspf">South</a></li>
<li> <a href="{static}/camera_feeds/ssec-roof-east-web.xspf">East</a></li>
<li> <a href="{static}/camera_feeds/ssec-roof-west-web.xspf">West</a></li>
<li> <a href="{static}/camera_feeds/ssec-roof-northwest-web.xspf">Northwest</a></li>
</ul>
<p>A rolling 10-day archive of the full 10 frames per second (fps) video from the rooftop cameras is available at <a href="http://roofvid.ssec.wisc.edu">roofvid.ssec.wisc.edu</a>. Other movies available here and through AOS are generally composites of still images snapped every 10 seconds.</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment