2022-04-28 19:46:14 +05:30

28 lines
873 B
HTML

<!DOCTYPE html>
<!--
Copyright (c) 2021 Gitpod 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" />
<link rel="icon" href="%PUBLIC_URL%/favicon256.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="noindex">
<meta
name="Gitpod"
content="Always Ready-to-Code"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Dashboard — Gitpod</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>