Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

index.html 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <!-- forestryio: ignore; forestryio: admin -->
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="robots" content="noindex" />
  8. <title>Admin</title>
  9. <meta name="description" content=" " />
  10. <meta name="author" content=" " />
  11. <meta name="HandheldFriendly" content="true" />
  12. <meta name="MobileOptimized" content="320" />
  13. <!-- Use maximum-scale and user-scalable at your own risk. It disables pinch/zoom. Think about usability/accessibility before including.-->
  14. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  15. <!-- Google font -->
  16. <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
  17. <!-- Fort awesome icon kit -->
  18. <script src="https://use.fortawesome.com/b6f38602.js"></script>
  19. </head>
  20. <body>
  21. <div id="app">
  22. </div>
  23. <script id="admin-config-script" type="text/javascript">
  24. var env = {
  25. siteId: "bpnm4nuqu8sr6q",
  26. local: false
  27. };
  28. function uuidv4() {
  29. return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
  30. var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);
  31. return v.toString(16);
  32. });
  33. }
  34. var uuid = uuidv4()
  35. var script = document.createElement('script');
  36. script.src = "https://app.forestry.io/admin/forestry.min.js?hash=" + uuid
  37. script.id = "forestry-admin";
  38. document.body.appendChild(script);
  39. var link = document.createElement("link");
  40. link.type = "text/css";
  41. link.rel = "stylesheet";
  42. link.href = "https://app.forestry.io/admin/main.css?hash=" + uuid
  43. document.head.appendChild(link);
  44. </script>
  45. </body>
  46. </html>