aboutsummaryrefslogtreecommitdiffstats
path: root/src/cms/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/cms/index.html')
-rw-r--r--src/cms/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/cms/index.html b/src/cms/index.html
new file mode 100644
index 0000000..baa6e33
--- /dev/null
+++ b/src/cms/index.html
@@ -0,0 +1,16 @@
+<!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 stylesheets from your site here -->
+ <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3.9/dist/cms.css" />
+ <!-- Include a CMS specific stylesheet here -->
+
+</head>
+<body>
+ <script src="/cms.js"></script>
+</body>
+</html>