aboutsummaryrefslogtreecommitdiff
path: root/static/admin/index.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-04-17 12:24:51 +0200
committerAlex Auvolat <alex@adnab.me>2023-04-17 12:24:51 +0200
commit7d41074f738de8f9d7a7e910fb1c26ed698373c2 (patch)
tree4f9ec3cea7b573d7fe7a90e619453ab3473b6a40 /static/admin/index.html
parent1701a090c292f9f3f1894e6844032b3cbe6d15de (diff)
parent4a98a21215262f646307113782b3e8762de70660 (diff)
downloadguide.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.html14
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>