mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-07 03:33:39 +02:00
Set up basic HTML structure with necessary style rules
This commit is contained in:
parent
c12c8b6dbe
commit
b7f571b20f
2 changed files with 27 additions and 0 deletions
11
www/index.html
Normal file
11
www/index.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
<script src="bower_components/leaflet-dist/leaflet.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue