whalesong/web-world/examples/where-am-i/index.html
2011-08-29 12:43:52 -04:00

10 lines
207 B
HTML

<html>
<head><title>Where in the world am I?</title></head>
<body>
<p>
I am at: <span id="real-location">dunno</span>.
The mock location says: <span id="mock-location">dunno</span>.
</p>
</body>
</html>