gallowelds.com/static/admin/index.html
brooke 4a3ac96d9e
All checks were successful
Hugo / build (push) Successful in 27s
start setting up decapcms
2024-06-06 16:17:01 -04:00

12 lines
336 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>
</head>
<body>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>