浏览代码

Format index.html

jmacura 5 年之前
父节点
当前提交
8b9befc2c9
共有 1 个文件被更改,包括 11 次插入7 次删除
  1. 11 7
      src/index.html

+ 11 - 7
src/index.html

@@ -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>