mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-06 23:05:23 +01:00
14 lines
293 B
HTML
14 lines
293 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title><%= htmlWebpackPlugin.options.title %></title>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div id="app">Loading...</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|