palettetest/static/admin/index.html

16 lines
529 B
HTML
Raw Normal View History

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" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
<title>Content Manager</title>
</head>
<body>
<!-- Include the script that builds the page and powers Static CMS -->
2024-01-15 16:34:03 +00:00
<script src="https://cdn.jsdelivr.net/npm/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
2024-01-15 16:06:29 +00:00
<script>
window.CMS.init();
</script>
</body>
</html>