index.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  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. window.intercomSettings = {
  42. app_id: "gq56g49i",
  43. custom_launcher_selector: '#intercom_help'
  44. };
  45. </script>
  46. <script>
  47. // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/gq56g49i'
  48. (function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',w.intercomSettings);}else{var d=document;var i=function(){i.c(arguments);};i.q=[];i.c=function(args){i.q.push(args);};w.Intercom=i;var l=function(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/gq56g49i';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);};if(document.readyState==='complete'){l();}else if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})();
  49. </script>
  50. <script>
  51. !(function () {
  52. var analytics = (window.analytics = window.analytics || []);
  53. if (!analytics.initialize)
  54. if (analytics.invoked)
  55. window.console &&
  56. console.error &&
  57. console.error("Segment snippet included twice.");
  58. else {
  59. analytics.invoked = !0;
  60. analytics.methods = [
  61. "trackSubmit",
  62. "trackClick",
  63. "trackLink",
  64. "trackForm",
  65. "pageview",
  66. "identify",
  67. "reset",
  68. "group",
  69. "track",
  70. "ready",
  71. "alias",
  72. "debug",
  73. "page",
  74. "once",
  75. "off",
  76. "on",
  77. "addSourceMiddleware",
  78. "addIntegrationMiddleware",
  79. "setAnonymousId",
  80. "addDestinationMiddleware",
  81. ];
  82. analytics.factory = function (e) {
  83. return function () {
  84. var t = Array.prototype.slice.call(arguments);
  85. t.unshift(e);
  86. analytics.push(t);
  87. return analytics;
  88. };
  89. };
  90. for (var e = 0; e < analytics.methods.length; e++) {
  91. var key = analytics.methods[e];
  92. analytics[key] = analytics.factory(key);
  93. }
  94. analytics.load = function (key, e) {
  95. var t = document.createElement("script");
  96. t.type = "text/javascript";
  97. t.async = !0;
  98. t.src =
  99. "https://cdn.segment.com/analytics.js/v1/" +
  100. key +
  101. "/analytics.min.js";
  102. var n = document.getElementsByTagName("script")[0];
  103. n.parentNode.insertBefore(t, n);
  104. analytics._loadOptions = e;
  105. };
  106. analytics._writeKey = "J6sN7XaMPOGIkA1ZGYMBU4UX37aPZ1Yb";
  107. analytics.SNIPPET_VERSION = "4.13.2";
  108. analytics.load("<%= htmlWebpackPlugin.options.segmentKey %>");
  109. analytics.page();
  110. }
  111. })();
  112. </script>
  113. <link rel="icon" href="https://i.ibb.co/HnSk02f/ptr.png" />
  114. <meta
  115. name="description"
  116. content="Kubernetes powered PaaS that runs in your own cloud."
  117. />
  118. <meta property="og:title" content="Porter" />
  119. <meta
  120. property="og:image"
  121. content="https://i.ibb.co/52g2g7C/porter-wide.png"
  122. />
  123. <meta
  124. property="og:description"
  125. content="Kubernetes powered PaaS that runs in your own cloud."
  126. />
  127. <meta property="og:url" content="https://porter.run" />
  128. <link
  129. href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600"
  130. rel="stylesheet"
  131. />
  132. <link
  133. href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"
  134. rel="stylesheet"
  135. />
  136. <link
  137. href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round"
  138. rel="stylesheet"
  139. />
  140. </head>
  141. <body>
  142. <div id="output"></div>
  143. </body>
  144. </html>