gallowelds.com/themes/gallo/static/admin/index.html
brooke dc2918c555
All checks were successful
Hugo / build (push) Successful in 9s
swap to staticms
2024-06-08 23:49:37 -04:00

15 lines
444 B
HTML

<!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@^4.0.0/dist/main.css" />
<title>Content Manager</title>
</head>
<body>
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
<script>
window.CMS.init();
</script>
</body>
</html>