| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Porter | Dashboard</title>
- <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>
- <div id="modal-root"></div>
- </body>
- </html>
|