aboutsummaryrefslogtreecommitdiffstats
path: root/site/static/admin/index.html
diff options
context:
space:
mode:
authorMathias Biilmann Christensen <info@mathias-biilmann.net>2017-02-21 17:33:52 -0800
committerMathias Biilmann Christensen <info@mathias-biilmann.net>2017-02-21 17:33:52 -0800
commit1f36a552a056908da916d814dd9e7ac2f1daf150 (patch)
treed0da9e4948771f0d4a74faded0d71c07a8403562 /site/static/admin/index.html
parentd846af8dc76cd69759d96090a57882caa2d749d2 (diff)
Set repository from env variable or git remote
Diffstat (limited to 'site/static/admin/index.html')
-rw-r--r--site/static/admin/index.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/site/static/admin/index.html b/site/static/admin/index.html
deleted file mode 100644
index baa6e33..0000000
--- a/site/static/admin/index.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!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 stylesheets from your site here -->
- <link rel="stylesheet" href="https://unpkg.com/netlify-cms@^0.3.9/dist/cms.css" />
- <!-- Include a CMS specific stylesheet here -->
-
-</head>
-<body>
- <script src="/cms.js"></script>
-</body>
-</html>