mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
25 lines
720 B
HTML
25 lines
720 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>
|
|
<head>
|
|
<meta charset='utf-8'>
|
|
<title>Terms of Service</title>
|
|
<script>
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div className='content'>
|
|
<form action="/api/tos/proceed" method="post" id="accept-tos-form">
|
|
<input type="hidden" id="flowId" name="flowId" value="defined" />
|
|
<input type="hidden" value="true" name="agreeTOS" />
|
|
<button type="submit" form="accept-tos-form" value="Submit">Accept to continue</button>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html> |