14 lines
436 B
HTML
14 lines
436 B
HTML
<!doctype html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta name="robots" content="noindex" />
|
|
<link href="config.yml" type="text/yaml" rel="cms-config-url" />
|
|
<title>Gestionnaire de contenu — Cachet Peintres Décorateurs</title>
|
|
</head>
|
|
<body>
|
|
<script src="https://unpkg.com/decap-cms@^3.1.2/dist/decap-cms.js"></script>
|
|
</body>
|
|
</html>
|