9 lines
463 B
HTML
9 lines
463 B
HTML
{% include 'page.html' %}
|
|
{% include 'header.html' %}
|
|
<p style="text-align: center;"><span style="color: #ff0000;"><strong>Red</strong></span>: Last location received. <span style="color: #0000ff;"><strong>Blue</strong></span>: Location history.</p>
|
|
<p style="text-align: center;"> </p>
|
|
<div><p align="center"><iframe style="border: none;" title="Map" src="../view_map" width="900" height="800"></iframe></p></div>
|
|
<p> </p>
|
|
{% include 'footer.html' %}
|
|
|