| 12345678910111213141516171819202122232425262728293031323334 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Porter | Dashboard</title>
- <link rel="icon" href="https://i.ibb.co/Xy0QK6P/dsquare.png">
- <meta name="description" content="Fully-managed remote dev environments for any team." />
- <meta property='og:title' content='Porter' />
- <meta property='og:image' content='https://i.ibb.co/DL4695L/logo-wide.png' />
- <meta property='og:description' content='Fully-managed remote dev environments for any team.' />
- <meta property='og:url' content='https://dashboard.getporter.dev' />
- <link rel="icon" href="https://i.ibb.co/Xy0QK6P/dsquare.png">
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
- <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">
- <link href="https://fonts.googleapis.com/icon?family=Material+Icons" 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+Outlined" rel="stylesheet">
- </head>
- <body>
- <noscript>You need to enable JavaScript to run this app.</noscript>
- <div id="root"></div>
- <!--
- This HTML file is a template.
- If you open it directly in the browser, you will see an empty page.
- You can add webfonts, meta tags, or analytics to this file.
- The build step will place the bundled scripts into the <body> tag.
- To begin the development, run `npm start` or `yarn start`.
- To create a production bundle, use `npm run build` or `yarn build`.
- -->
- </body>
- </html>
|