map.html: Add tab title

This commit is contained in:
Starbeamrainbowlabs 2018-05-23 22:11:37 +01:00 committed by est31
parent 8f0778bd02
commit f68677fc61
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
<html>
<head>
<title>Leaftest Minetest Map</title>
<link rel="stylesheet" href="leaflet.css" />
<link rel="stylesheet" href="leaflet-custom.css" />
<script src="leaflet.js"></script>
@ -15,4 +16,4 @@
</div>
</div>
</body>
</html>
</html>