mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
35 lines
1.8 KiB
HTML
35 lines
1.8 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" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700&display=swap" />
|
|
<title>Workspaces - Gitpod</title>
|
|
<meta name="description" content="Describe your dev environment as code and get fully prebuilt, ready-to-code development environments for any GitLab, GitHub, and Bitbucket project.">
|
|
<meta name="keywords" content="dev environment, development environment, devops, cloud ide, github ide, gitlab ide, javascript, online ide, web ide, code review">
|
|
</head>
|
|
<body>
|
|
<noscript>
|
|
You need to enable JavaScript to run this app.
|
|
</noscript>
|
|
<div id="root"></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="/list-workspaces.js"></script>
|
|
</body>
|
|
</html>
|