24 lines
899 B
HTML
24 lines
899 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>TileServerGL</title>
|
|
<link rel="stylesheet" type="text/css" href="/index.css" />
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<h1 class="title"><img src="/images/logo.png" alt="TileServerGL" /></h1>
|
|
<h2 class="subtitle">Map Layers for web and mobile applications.</h2>
|
|
<p>
|
|
<a href="https://github.com/klokantech/tileserver-gl">https://github.com/klokantech/tileserver-gl</a>
|
|
</p>
|
|
</section>
|
|
<footer>
|
|
<a href="https://www.klokantech.com/" target="_blank"><img src="/images/klokantech.png" /></a>
|
|
<p>
|
|
<a href="https://github.com/klokantech/tileserver-gl" target="_blank">TileServer-GL</a> <a href="https://www.klokantech.com/" target="_blank">is an open-source project from Klokan Technologies GmbH.</a>
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|