gallowelds.com/static/admin/index.html
brooke 40c3711358
All checks were successful
Hugo / build (push) Successful in 21s
stick versions
2024-06-06 16:51:02 -04:00

16 lines
451 B
HTML

<!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>
<link
rel="stylesheet"
href="https://unpkg.com/@staticcms/app@3.4.8/dist/main.css"
/>
</head>
<body>
<script src="https://unpkg.com/@staticcms/app@4.3.0/dist/static-cms-app.js"></script>
</body>
</html>