index.html 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Porter | Dashboard</title>
  5. <link rel="icon" href="https://i.ibb.co/HnSk02f/ptr.png" />
  6. <meta
  7. name="description"
  8. content="Kubernetes powered PaaS that runs in your own cloud."
  9. />
  10. <meta property="og:title" content="Porter" />
  11. <meta
  12. property="og:image"
  13. content="https://i.ibb.co/52g2g7C/porter-wide.png"
  14. />
  15. <meta
  16. property="og:description"
  17. content="Kubernetes powered PaaS that runs in your own cloud."
  18. />
  19. <meta property="og:url" content="https://porter.run" />
  20. <link
  21. href="https://fonts.googleapis.com/css?family=Work+Sans:400,500,600"
  22. rel="stylesheet"
  23. />
  24. <link
  25. href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css"
  26. rel="stylesheet"
  27. />
  28. <link
  29. href="https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Round"
  30. rel="stylesheet"
  31. />
  32. <!-- Coding languages icons -->
  33. <link
  34. rel="stylesheet"
  35. href="https://cdn.jsdelivr.net/gh/devicons/devicon@v2.14.0/devicon.min.css"
  36. />
  37. </head>
  38. <body>
  39. <div id="output"></div>
  40. <div id="modal-root"></div>
  41. </body>
  42. </html>