Addad initial map page
This commit is contained in:
parent
c765b4d983
commit
6d14db8607
4 changed files with 41 additions and 1 deletions
12
resource/web/map.tmpl
Executable file
12
resource/web/map.tmpl
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
|
||||
|
||||
<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>
|
||||
|
After Width: | Height: | Size: 298 B |
Loading…
Add table
Add a link
Reference in a new issue