aboutsummaryrefslogtreecommitdiff
path: root/static/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/admin/index.html')
-rw-r--r--static/admin/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/admin/index.html b/static/admin/index.html
new file mode 100644
index 0000000..b914f88
--- /dev/null
+++ b/static/admin/index.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Content Manager</title>
+ <!-- Include the identity widget -->
+ </head>
+ <body>
+ <!-- Include the script that builds the page and powers Netlify CMS -->
+ <script src="static-cms-app.js"></script>
+ <script>CMS.init()</script>
+ </body>
+</html>