hal/resource/web/map.tmpl

12 lines
298 B
Cheetah
Raw Normal View History

2016-06-23 22:04:54 +02:00
<svg width="100%" width="500" viewBox="0 0 1000 500">
<!-- Map -->
<image x="0" y="0" width="1000" height="500"
xlink:href="/img/floorplan.jpg" />
<!-- debug stuff -->
<rect width="100%" height="100%" style="fill-opacity:0;stroke-width:5;stroke:rgb(0,0,0)" />
</svg>