mirror of
https://github.com/maputnik/editor.git
synced 2026-01-21 04:40:02 +00:00
13 lines
346 B
HTML
13 lines
346 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">
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div id="app">Loading...</div>
|
|
</body>
|
|
</html>
|