diff options
Diffstat (limited to 'src/admin/index.html')
| -rw-r--r-- | src/admin/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/admin/index.html b/src/admin/index.html new file mode 100644 index 0000000..638060e --- /dev/null +++ b/src/admin/index.html @@ -0,0 +1,13 @@ +<!doctype html>
+<html>
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <link href="admin/config.yml" type="text/yaml" rel="cms-config-url">
+ <title>Content Manager</title>
+</head>
+<body>
+ <!-- Include the script that builds the page and powers Netlify CMS -->
+ <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
+</body>
+</html>
\ No newline at end of file |
