Compare commits
No commits in common. "cd522f8fd1bfc9d23d12850ececf70dede81d0f9" and "1bca15048cbd7c9ed164317ed0342834f3ff3320" have entirely different histories.
cd522f8fd1
...
1bca15048c
3 changed files with 2 additions and 7541 deletions
|
@ -3,12 +3,12 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="stylesheet" href="/static/admin/main.css" />
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@staticcms/app@^4.0.0/dist/main.css" />
|
||||||
<title>Content Manager</title>
|
<title>Content Manager</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Include the script that builds the page and powers Static CMS -->
|
<!-- Include the script that builds the page and powers Static CMS -->
|
||||||
<script src="/static/admin/static-cms-app.js"></script>
|
<script src="https://cdn.jsdelivr.net/npm//@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.CMS.init();
|
window.CMS.init();
|
||||||
</script>
|
</script>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue