| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Porter | Dashboard</title>
- <script>
- !(function () {
- var e = (window.Cohere = window.Cohere || []);
- if (e.invoked) console.error("Tried to load Cohere twice");
- else {
- (e.invoked = !0),
- (e.snippet = "0.2"),
- (e.methods = [
- "init",
- "identify",
- "stop",
- "showCode",
- "getSessionUrl",
- "makeCall",
- "addCallStatusListener",
- "removeCallStatusListener",
- "widget",
- ]),
- e.methods.forEach(function (o) {
- e[o] = function () {
- var t = Array.prototype.slice.call(arguments);
- t.unshift(o), e.push(t);
- };
- });
- var o = document.createElement("script");
- (o.type = "text/javascript"),
- (o.async = !0),
- (o.src = "https://static.cohere.so/main.js"),
- (o.crossOrigin = "anonymous");
- var t = document.getElementsByTagName("script")[0];
- t.parentNode.insertBefore(o, t);
- }
- })();
- window.Cohere.init("_A-2HNgriISqaQq4yzTxM8V-");
- </script>
- <script>
- window.intercomSettings = {
- app_id: "gq56g49i",
- custom_launcher_selector: "#intercom_help",
- };
- </script>
- <script>
- // We pre-filled your app ID in the widget URL: 'https://widget.intercom.io/widget/gq56g49i'
- (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);
- }
- }
- })();
- </script>
- <script>
- !(function () {
- var analytics = (window.analytics = window.analytics || []);
- if (!analytics.initialize)
- if (analytics.invoked)
- window.console &&
- console.error &&
- console.error("Segment snippet included twice.");
- else {
- analytics.invoked = !0;
- analytics.methods = [
- "trackSubmit",
- "trackClick",
- "trackLink",
- "trackForm",
- "pageview",
- "identify",
- "reset",
- "group",
- "track",
- "ready",
- "alias",
- "debug",
- "page",
- "once",
- "off",
- "on",
- "addSourceMiddleware",
- "addIntegrationMiddleware",
- "setAnonymousId",
- "addDestinationMiddleware",
- ];
- analytics.factory = function (e) {
- return function () {
- var t = Array.prototype.slice.call(arguments);
- t.unshift(e);
- analytics.push(t);
- return analytics;
- };
- };
- for (var e = 0; e < analytics.methods.length; e++) {
- var key = analytics.methods[e];
- analytics[key] = analytics.factory(key);
- }
- analytics.load = function (key, e) {
- var t = document.createElement("script");
- t.type = "text/javascript";
- t.async = !0;
- t.src =
- "https://cdn.segment.com/analytics.js/v1/" +
- key +
- "/analytics.min.js";
- var n = document.getElementsByTagName("script")[0];
- n.parentNode.insertBefore(t, n);
- analytics._loadOptions = e;
- };
- analytics._writeKey = "J6sN7XaMPOGIkA1ZGYMBU4UX37aPZ1Yb";
- analytics.SNIPPET_VERSION = "4.13.2";
- analytics.load("<%= htmlWebpackPlugin.options.segmentKey %>");
- analytics.page();
- }
- })();
- </script>
- <link rel="icon" href="https://i.ibb.co/HnSk02f/ptr.png" />
- <meta
- name="description"
- content="Kubernetes powered PaaS that runs in your own cloud."
- />
- <meta property="og:title" content="Porter" />
- <meta
- property="og:image"
- content="https://i.ibb.co/52g2g7C/porter-wide.png"
- />
- <meta
- property="og:description"
- content="Kubernetes powered PaaS that runs in your own cloud."
- />
- <meta property="og:url" content="https://porter.run" />
- <link
- href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600"
- rel="stylesheet"
- />
- <link
- href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"
- rel="stylesheet"
- />
- <link
- href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round"
- rel="stylesheet"
- />
- <!-- Coding languages icons -->
- <link
- rel="stylesheet"
- href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css"
- />
- </head>
- <body>
- <div id="output"></div>
- </body>
- </html>
|