aboutsummaryrefslogtreecommitdiff
path: root/public/admin/index.html
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2019-11-30 12:40:35 -0500
committerAndrew Lee <alee14498@protonmail.com>2019-11-30 12:40:35 -0500
commite706e65318f760d9f0602a08f1badb67d77e5fb1 (patch)
treef013b09cab3064a51fe5439cb98e24eace15224e /public/admin/index.html
parentb99356105115fec32d75a43bfb5b054220d90141 (diff)
downloadalp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.gz
alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.tar.bz2
alp-website-e706e65318f760d9f0602a08f1badb67d77e5fb1.zip
Switching to NextJS
Diffstat (limited to 'public/admin/index.html')
-rw-r--r--public/admin/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/public/admin/index.html b/public/admin/index.html
new file mode 100644
index 0000000..6bf228f
--- /dev/null
+++ b/public/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" />
+ <title>Content Manager</title>
+ <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
+</head>
+<body>
+ <!-- Include the script that builds the page and powers Netlify CMS -->
+ <script src="https://unpkg.com/netlify-cms@2.9.7/dist/netlify-cms.js"></script>
+</body>
+</html> \ No newline at end of file