Add content admin
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 39s
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 39s
This commit is contained in:
11
static/admin/index.html
Normal file
11
static/admin/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user