Browse Source

Clean up index.html

Sorting a line. Removing useless line.
Ecconia 7 years ago
parent
commit
32eecc288f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      public/index.html

+ 1 - 2
public/index.html

@@ -5,8 +5,8 @@
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width,initial-scale=1.0">
     <meta name="theme-color" content="#111111">
-    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <meta name="Description" content="Website of the RedstoneServer. You can create your applications here to be come member. Chat with other members and see who else plays on this server.">
+    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
     <title>New RS-Website</title>
   </head>
   <body>
@@ -14,6 +14,5 @@
       <strong>This website completely relies on JavaScript. Please enable it.</strong>
     </noscript>
     <div id="app"></div>
-    <!-- built files will be auto injected -->
   </body>
 </html>