#!/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 - historical-shapefiles</h1>
<p>Historical tile.openstreetmap.org files are no longer updated.</p>
<p><strong>Are you sure you using a current guide?</strong></p>
<p>See the latest <a href="https://switch2osm.org/serving-tiles/">Switch2OSM guides</a></p>
""" % locals())
