index.html 533 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <title>Content Manager</title>
  7. <!-- Include the script that enables Netlify Identity on this page. -->
  8. <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
  9. </head>
  10. <body>
  11. <!-- Include the script that builds the page and powers Netlify CMS -->
  12. <script src="https://unpkg.com/netlify-cms@^2.0.0/dist/netlify-cms.js"></script>
  13. </body>
  14. </html>