shame/templates/root.html

13 lines
395 B
HTML

<!doctype html>
<html>
<head>
<title>Hackerspace.pl hall of shame</title>
<link rel="stylesheet" href="/static/base.css">
<script lang="javascipt" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyBkCh5XPNpD9C2btjDM9Gdwgo1mTiBoOak&sensor=false"></script>
<script lang="javascipt" src="/static/map.js"></script>
</head>
<body>
<div id="map"></div>
</body>
</html>