diff options
| author | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-02 14:08:54 -0700 |
|---|---|---|
| committer | Mathias Biilmann Christensen <info@mathias-biilmann.net> | 2017-09-02 14:08:54 -0700 |
| commit | 2385c63edd389348d2412bab1749409303b9b22f (patch) | |
| tree | 5f56c8ec316e6d2099a70c1c9712ace19f36669e /site/static/admin/index.html | |
| parent | f70a7350a503c9e85190a835ef77b938dad63dc4 (diff) | |
Setup cms with netlify identity
Diffstat (limited to 'site/static/admin/index.html')
| -rw-r--r-- | site/static/admin/index.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/site/static/admin/index.html b/site/static/admin/index.html new file mode 100644 index 0000000..efa668b --- /dev/null +++ b/site/static/admin/index.html @@ -0,0 +1,16 @@ +<!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="/cms.css" /> + <!-- Include a CMS specific stylesheet here --> + +</head> +<body> + <script src="/cms.js"></script> +</body> +</html> |
