Advertisement
jnobles

netlify admin index.html

Aug 24th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!-- admin/index.html -->
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <!-- Include the script that builds the page and powers Netlify CMS -->
  8.  
  9. <script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
  10. <script>
  11. UPLOADCARE_PUBLIC_KEY = 'GG***D*D*D*D*D*D*D*D';
  12. </script>
  13. <title>Content Manager</title>
  14. </head>
  15. <body>
  16. <script src="https://unpkg.com/netlify-cms@^2.9.0/dist/netlify-cms.js"></script>
  17. </body>
  18.  
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement