diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 16:21:51 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-02-21 16:21:51 +0100 |
commit | b92e518eaa0e3baeef460667dee0929d5b19cc3d (patch) | |
tree | 3025dc24fa5f8d9b4e29797114febd225e614fc4 /static/admin/index.html | |
parent | dca1ce669b5a83acd395518872102ddf10f20372 (diff) | |
download | guide.deuxfleurs.fr-b92e518eaa0e3baeef460667dee0929d5b19cc3d.tar.gz guide.deuxfleurs.fr-b92e518eaa0e3baeef460667dee0929d5b19cc3d.zip |
add static CMS
Diffstat (limited to 'static/admin/index.html')
-rw-r--r-- | static/admin/index.html | 14 |
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> |