diff options
Diffstat (limited to 'static/admin/index.html')
-rw-r--r-- | static/admin/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/static/admin/index.html b/static/admin/index.html new file mode 100644 index 0000000..79adafc --- /dev/null +++ b/static/admin/index.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8" /> + <title>Netlify CMS</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + </head> + <body> + <!--[if lt IE 8]> + <p class="browserupgrade"> + You are using an <strong>outdated</strong> browser. Please + <a href="http://browsehappy.com/">upgrade your browser</a> to improve + your experience. + </p> + <![endif]--> + + <noscript>You need to have javascript enabled</noscript> + <script src="https://unpkg.com/netlify-cms@2.10.16/dist/netlify-cms.js"></script> + <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script> + </body> +</html> |