index.html 1.7 KB

12345678910111213141516171819202122232425262728293031323334
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Porter | Dashboard</title>
  5. <link rel="icon" href="https://i.ibb.co/Xy0QK6P/dsquare.png">
  6. <meta name="description" content="Fully-managed remote dev environments for any team." />
  7. <meta property='og:title' content='Porter' />
  8. <meta property='og:image' content='https://i.ibb.co/DL4695L/logo-wide.png' />
  9. <meta property='og:description' content='Fully-managed remote dev environments for any team.' />
  10. <meta property='og:url' content='https://dashboard.getporter.dev' />
  11. <link rel="icon" href="https://i.ibb.co/Xy0QK6P/dsquare.png">
  12. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  13. <link href="https://fonts.googleapis.com/css?family=Assistant:400,700|Noto+Sans:400,600,700|Work+Sans:400,500,600|Source+Sans+Pro:400,600,700|Hind+Siliguri:500|Cabin:400,600" rel="stylesheet">
  14. <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  15. <link href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.9.0/katex.min.css" rel="stylesheet" />
  16. <link href="https://fonts.googleapis.com/icon?family=Material+Icons+Outlined" rel="stylesheet">
  17. </head>
  18. <body>
  19. <noscript>You need to enable JavaScript to run this app.</noscript>
  20. <div id="root"></div>
  21. <!--
  22. This HTML file is a template.
  23. If you open it directly in the browser, you will see an empty page.
  24. You can add webfonts, meta tags, or analytics to this file.
  25. The build step will place the bundled scripts into the <body> tag.
  26. To begin the development, run `npm start` or `yarn start`.
  27. To create a production bundle, use `npm run build` or `yarn build`.
  28. -->
  29. </body>
  30. </html>