Files
editor/src/template.html
lukasmartinelli bbf75876f3 Colored layers
2016-09-09 18:53:57 +02:00

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>