gallowelds.com/static/admin/index.html

17 lines
453 B
HTML
Raw Normal View History

2024-06-06 16:17:01 -04:00
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="noindex" />
<title>Content Manager</title>
2024-06-06 16:49:36 -04:00
<link
rel="stylesheet"
href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css"
/>
2024-06-06 16:17:01 -04:00
</head>
<body>
2024-06-06 16:49:36 -04:00
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
2024-06-06 16:17:01 -04:00
</body>
</html>