mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
42 lines
2.3 KiB
HTML
42 lines
2.3 KiB
HTML
<!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>
|