gallowelds.com/themes/gallo/static/admin/index.html

16 lines
444 B
HTML
Raw Normal View History

2024-06-08 22:56:54 -04:00
<!DOCTYPE html>
2024-06-06 16:17:01 -04:00
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-06-08 23:49:37 -04:00
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
2024-06-06 16:17:01 -04:00
<title>Content Manager</title>
</head>
<body>
2024-06-08 23:49:37 -04:00
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
<script>
window.CMS.init();
</script>
2024-06-06 16:17:01 -04:00
</body>
2024-06-08 23:49:37 -04:00
</html>