2024-01-15 16:06:29 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-02-12 14:31:29 +00:00
|
|
|
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
|
2024-01-15 16:06:29 +00:00
|
|
|
<title>Content Manager</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!-- Include the script that builds the page and powers Static CMS -->
|
2024-02-12 14:31:29 +00:00
|
|
|
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
|
2024-01-15 16:06:29 +00:00
|
|
|
<script>
|
|
|
|
window.CMS.init();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
|
|
</html>
|