#!/usr/bin/python3

from time import time
from os import stat, environ
from re import search

print( """
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
 <head>
  <title>Index of /</title>
  <link href="/style.css" rel="stylesheet" type="text/css">
 </head>
 <body>
<img id="logo" src="/logo.png" alt="OSM logo" width="128" height="128">
<h1>planet.openstreetmap.org - gps</h1>
<p><a href="http://www.openstreetmap.org">OpenStreetMap</a> and contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a></p>
<p><a href="http://wiki.openstreetmap.org/wiki/Planet.gpx">More Information about Planet.gpx</a></p>
""" % locals())
