Add content admin
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 39s

This commit is contained in:
Arnaud Delcasse
2025-12-30 18:44:52 +01:00
parent ac0127ad65
commit 7de562269f
2 changed files with 341 additions and 0 deletions

11
static/admin/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Administration - MMS43</title>
<script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js" type="module"></script>
<link href="config.yml" type="text/yaml" rel="cms-config-url" />
</head>
<body></body>
</html>