mirror of
https://github.com/cdr/code-server.git
synced 2026-03-12 08:13:59 +01:00
25 lines
1.1 KiB
HTML
25 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
|
|
<meta http-equiv="Content-Security-Policy" content="style-src 'self'; manifest-src 'self'; img-src 'self' data:;">
|
|
<title>code-server</title>
|
|
<link rel="icon" href="{{BASE}}/static-{{COMMIT}}/src/browser/media/favicon.ico" type="image/x-icon" />
|
|
<link rel="manifest" href="{{BASE}}/static-{{COMMIT}}/src/browser/media/manifest.json" crossorigin="use-credentials">
|
|
<link rel="apple-touch-icon" href="{{BASE}}/static-{{COMMIT}}/src/browser/media/code-server.png" />
|
|
<link href="{{BASE}}/static-{{COMMIT}}/dist/app.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<div class="center-container">
|
|
<form class="update-form" method="post">
|
|
<h2 class="header">Update</h2>
|
|
{{UPDATE_STATUS}}
|
|
{{ERROR}}
|
|
<div class="links">
|
|
<a class="link" href="{{BASE}}">go home</a>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|