15 lines
481 B
HTML
15 lines
481 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width" />
|
|
<title>Vocoder.org</title>
|
|
<link rel="stylesheet" href="/static/leaflet/leaflet.css" type="text/css" media="screen" title="leaflet" charset="utf-8">
|
|
</head>
|
|
<body>
|
|
Coming Soon TM.
|
|
<script src="/static/leaflet/leaflet-src.js" charset="utf-8"></script>
|
|
<script src="/static/mappajs/mappa.min.js" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|