15 lines
405 B
HTML
15 lines
405 B
HTML
|
<!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 -->
|
||
|
<script src="static-cms-app.js"></script>
|
||
|
<script>CMS.init()</script>
|
||
|
</body>
|
||
|
</html>
|