Delete index.html
Nichlas Wærnes Andersen
committed Jul 11, 2019
commit b72820bd461df5013b8fdbfae88b1287741af636
Showing 1
changed file with
0 additions
and 38 deletions
admin/index.html
+0
-38
| @@ | @@ -1,38 +0,0 @@ |
| - | <!-- forestryio: ignore; forestryio: admin --> |
| - | <!DOCTYPE html> |
| - | <html lang="en"> |
| - | <head> |
| - | <meta charset="utf-8"> |
| - | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| - | <meta name="robots" content="noindex" /> |
| - | <title>Admin</title> |
| - | <meta name="description" content=" " /> |
| - | <meta name="author" content=" " /> |
| - | <meta name="HandheldFriendly" content="true" /> |
| - | <meta name="MobileOptimized" content="320" /> |
| - | <!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.--> |
| - | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" /> |
| - | |
| - | <link rel="stylesheet" href="http://localhost:1337/build//main.css" /> |
| - | |
| - | <!-- Google font --> |
| - | <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> |
| - | |
| - | <!-- Fort awesome icon kit --> |
| - | <script src="https://use.fortawesome.com/b6f38602.js"></script> |
| - | |
| - | </head> |
| - | <body> |
| - | <div id="app"> |
| - | |
| - | </div> |
| - | <script id="admin-config-script" type="text/javascript"> |
| - | var env = { |
| - | siteId: "xtebfoqtfwklrg", |
| - | local: false |
| - | }; |
| - | </script> |
| - | <script type="application/javascript" src="http://localhost:1337/build//forestry.js"></script> |
| - | |
| - | </body> |
| - | </html> |