single.html 558 B

123456789101112131415
  1. <!doctype html>
  2. <html lang="en-us">
  3. <head>
  4. <meta content="noindex" name="robots">
  5. <meta charset="utf-8">
  6. <meta content="width=device-width, initial-scale=1.0" name="viewport">
  7. <title>Wowchemy CMS</title>
  8. <!-- Include Netlify Identity for authentication. -->
  9. <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
  10. </head>
  11. <body>
  12. <!-- Include the latest Netlify CMS v2.x.x script that builds the admin panel. -->
  13. <script src="https://cdn.jsdelivr.net/npm/netlify-cms@2/dist/netlify-cms.min.js"></script>
  14. </body>
  15. </html>