|
|
@@ -1,20 +1,24 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html>
|
|
|
+
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<title>Rural attractiveness</title>
|
|
|
- <meta name="description" content="Rural attractiveness calculation and visualization application developed in PoliRural project. 2020">
|
|
|
+ <meta name="description"
|
|
|
+ content="Rural attractiveness calculation and visualization application developed in PoliRural project. 2020">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
|
|
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
<% for (var css in htmlWebpackPlugin.files.css) { %>
|
|
|
<link href="<%= htmlWebpackPlugin.files.css[css] %>" rel="stylesheet">
|
|
|
<% } %>
|
|
|
</head>
|
|
|
-<body >
|
|
|
- <div hs ng-app="hs" ng-controller="Main" style="height: 100vh;"></div>
|
|
|
- <% for (var js in htmlWebpackPlugin.files.js) { %>
|
|
|
- <script type="application/javascript" src="<%= htmlWebpackPlugin.files.js[js] %>"></script>
|
|
|
- <% } %>
|
|
|
+
|
|
|
+<body>
|
|
|
+ <div hs ng-app="hs" ng-controller="Main" style="height: 100vh;"></div>
|
|
|
+ <% for (var js in htmlWebpackPlugin.files.js) { %>
|
|
|
+ <script type="application/javascript" src="<%= htmlWebpackPlugin.files.js[js] %>"></script>
|
|
|
+ <% } %>
|
|
|
</body>
|
|
|
+
|
|
|
</html>
|