2
0

index.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Porter | Dashboard</title>
  5. <script>
  6. !(function () {
  7. var e = (window.Cohere = window.Cohere || []);
  8. if (e.invoked) console.error("Tried to load Cohere twice");
  9. else {
  10. (e.invoked = !0),
  11. (e.snippet = "0.2"),
  12. (e.methods = [
  13. "init",
  14. "identify",
  15. "stop",
  16. "showCode",
  17. "getSessionUrl",
  18. "makeCall",
  19. "addCallStatusListener",
  20. "removeCallStatusListener",
  21. "widget",
  22. ]),
  23. e.methods.forEach(function (o) {
  24. e[o] = function () {
  25. var t = Array.prototype.slice.call(arguments);
  26. t.unshift(o), e.push(t);
  27. };
  28. });
  29. var o = document.createElement("script");
  30. (o.type = "text/javascript"),
  31. (o.async = !0),
  32. (o.src = "https://static.cohere.so/main.js"),
  33. (o.crossOrigin = "anonymous");
  34. var t = document.getElementsByTagName("script")[0];
  35. t.parentNode.insertBefore(o, t);
  36. }
  37. })();
  38. window.Cohere.init("_A-2HNgriISqaQq4yzTxM8V-");
  39. </script>
  40. <script>
  41. !(function () {
  42. var analytics = (window.analytics = window.analytics || []);
  43. if (!analytics.initialize)
  44. if (analytics.invoked)
  45. window.console &&
  46. console.error &&
  47. console.error("Segment snippet included twice.");
  48. else {
  49. analytics.invoked = !0;
  50. analytics.methods = [
  51. "trackSubmit",
  52. "trackClick",
  53. "trackLink",
  54. "trackForm",
  55. "pageview",
  56. "identify",
  57. "reset",
  58. "group",
  59. "track",
  60. "ready",
  61. "alias",
  62. "debug",
  63. "page",
  64. "once",
  65. "off",
  66. "on",
  67. "addSourceMiddleware",
  68. "addIntegrationMiddleware",
  69. "setAnonymousId",
  70. "addDestinationMiddleware",
  71. ];
  72. analytics.factory = function (e) {
  73. return function () {
  74. var t = Array.prototype.slice.call(arguments);
  75. t.unshift(e);
  76. analytics.push(t);
  77. return analytics;
  78. };
  79. };
  80. for (var e = 0; e < analytics.methods.length; e++) {
  81. var key = analytics.methods[e];
  82. analytics[key] = analytics.factory(key);
  83. }
  84. analytics.load = function (key, e) {
  85. var t = document.createElement("script");
  86. t.type = "text/javascript";
  87. t.async = !0;
  88. t.src =
  89. "https://cdn.segment.com/analytics.js/v1/" +
  90. key +
  91. "/analytics.min.js";
  92. var n = document.getElementsByTagName("script")[0];
  93. n.parentNode.insertBefore(t, n);
  94. analytics._loadOptions = e;
  95. };
  96. analytics._writeKey = "J6sN7XaMPOGIkA1ZGYMBU4UX37aPZ1Yb";
  97. analytics.SNIPPET_VERSION = "4.13.2";
  98. analytics.load("<%= htmlWebpackPlugin.options.segmentKey %>");
  99. analytics.page();
  100. }
  101. })();
  102. </script>
  103. <link rel="icon" href="https://i.ibb.co/HnSk02f/ptr.png" />
  104. <meta
  105. name="description"
  106. content="Kubernetes powered PaaS that runs in your own cloud."
  107. />
  108. <meta property="og:title" content="Porter" />
  109. <meta
  110. property="og:image"
  111. content="https://i.ibb.co/52g2g7C/porter-wide.png"
  112. />
  113. <meta
  114. property="og:description"
  115. content="Kubernetes powered PaaS that runs in your own cloud."
  116. />
  117. <meta property="og:url" content="https://porter.run" />
  118. <link
  119. href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600"
  120. rel="stylesheet"
  121. />
  122. <link
  123. href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"
  124. rel="stylesheet"
  125. />
  126. <link
  127. href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round"
  128. rel="stylesheet"
  129. />
  130. </head>
  131. <body>
  132. <div id="output"></div>
  133. </body>
  134. </html>