2020-09-18 14:05:25 +02:00

42 lines
2.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<!--
Copyright (c) 2020 TypeFox GmbH. All rights reserved.
Licensed under the GNU Affero General Public License (AGPL).
See License-AGPL.txt in the project root for license information.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=0, initial-scale=1, minimum-scale=1, width=device-width, height=device-height">
<!-- PWA primary color -->
<meta name="theme-color" content="#000000">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" type="image/png" href="/images/apple-touch-icon.png" sizes="180x180"/>
<link rel="icon" type="image/png" href="/images/gitpod-196x196.png" sizes="196x196"/>
<link rel="icon" type="image/svg+xml" href="/images/gitpod.svg" sizes="any"/>
<link rel="stylesheet" href="/styles.css"/>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Montserrat" />
<title>Gitpod Dev environments built for the cloud</title>
<meta name="description" content="Gitpod streamlines developer workflows by providing prebuilt, collaborative development environments in your browser powered by VS Code.">
<meta name="keywords" content="dev environment, development environment, devops, cloud ide, github ide, gitlab ide, javascript, online ide, web ide, code review">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@gitpod">
<meta property="og:url" content="https://gitpod.io">
<meta property="og:title" content="Gitpod Dev environments built for the cloud">
<meta property="og:description" content="Gitpod streamlines developer workflows by providing prebuilt, collaborative development environments in your browser powered by VS Code.">
<meta property="og:image" content="https://www.gitpod.io/media-image.jpg">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
<div id="ExtensionCheck_GitpodBrowserExtension" class="invisible"></div>
<script crossorigin="anonymous" src="/libs/moment.min.js"></script>
<script crossorigin="anonymous" src="/libs/react.production.min.js"></script>
<script crossorigin="anonymous" src="/libs/react-dom.production.min.js"></script>
<script src="/create-workspace.js"></script>
</body>
</html>