Files
kontra/app/src/web/admin/index.html

13 lines
427 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kontra — Admin</title>
</head>
<body>
<!-- Decap mounts into the DOM; script must load after <body> exists.
It auto-loads config.yml from the same directory as this page. -->
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>