quentin.dufour.io/admin/index.html

15 lines
405 B
HTML
Raw Normal View History

2022-08-27 14:30:17 +00:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Content Manager</title>
<!-- Include the identity widget -->
</head>
<body>
<!-- Include the script that builds the page and powers Netlify CMS -->
2023-02-27 17:51:18 +00:00
<script src="static-cms-app.js"></script>
<script>CMS.init()</script>
2022-08-27 14:30:17 +00:00
</body>
</html>