diff options
author | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:05:33 +0200 |
---|---|---|
committer | Mantas <mistermantas@users.noreply.github.com> | 2017-11-25 12:05:33 +0200 |
commit | 3208df6352c0e05208bce95f8d9e9f16769a57ed (patch) | |
tree | 6d784f09fa6dc7d85438ca1086e32ba363d90483 /static/admin/index.html | |
parent | 4bc818712d9b0133dd22326052a99ef1f36f4aa0 (diff) |
cState goes stable 1.0; fix #4 & fix #5
Diffstat (limited to 'static/admin/index.html')
-rw-r--r-- | static/admin/index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/static/admin/index.html b/static/admin/index.html new file mode 100644 index 0000000..ea5090b --- /dev/null +++ b/static/admin/index.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>cState Admin</title> + <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.css" /> +</head> +<body> + <!-- + To easily manage your status on Netlify, + much like on WordPress, you need to keep + this directory. Platforms which do not + support Netlify CMS do not need this + /admin/ directory. + --> + + <script src="https://unpkg.com/netlify-cms@^0.7.0/dist/cms.js"></script> +</body> +</html> |