website/static/admin/index.html
Hoernschen eca16077dc
All checks were successful
build-to-pages / build (push) Successful in 37s
build-to-pages / push (push) Successful in 15s
ADD decap cms admin
2024-01-28 16:46:50 +01:00

13 lines
390 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>
<!-- Include the script that builds the page and powers Decap CMS -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>