diff options
author | Alex Auvolat <alex@adnab.me> | 2023-04-17 12:24:51 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-04-17 12:24:51 +0200 |
commit | 7d41074f738de8f9d7a7e910fb1c26ed698373c2 (patch) | |
tree | 4f9ec3cea7b573d7fe7a90e619453ab3473b6a40 /static/admin/index.html | |
parent | 1701a090c292f9f3f1894e6844032b3cbe6d15de (diff) | |
parent | 4a98a21215262f646307113782b3e8762de70660 (diff) | |
download | guide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.tar.gz guide.deuxfleurs.fr-7d41074f738de8f9d7a7e910fb1c26ed698373c2.zip |
Merge branch 'main' into reduce-image-sizes
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> |