diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 20:13:53 +0300 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-07-11 20:13:53 +0300 |
| commit | 59032d2f9d6a42cb2742889e91c1647fbd82498c (patch) | |
| tree | 09e62835f757bfce5729b67abc9f1529386f9ed7 /src/admin/index.html | |
| parent | a8f7708592dd4f1f4825b31780a7cfbd7e7de9df (diff) | |
Things
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 |
