Files
kgva/static/admin/index.html
T
2026-06-29 01:37:03 +02:00

15 lines
469 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex">
<title>kgva · admin</title>
</head>
<body>
<!-- Decap CMS. To self-host instead of the CDN, download the bundle to
static/admin/decap-cms.js and point the src there (see ADMIN.md). -->
<script src="https://unpkg.com/decap-cms@^3.3.3/dist/decap-cms.js"></script>
</body>
</html>