Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-09-18 18:10:19 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-09-18 18:10:19 +0300
commit884d6a4ece823bcb85dc0fe7f0c28ff2c3126867 (patch)
treeeeaeec800aa21cd6b2080ba96d3602a323227647 /public
parent3aab29eacb2d35d90d93ed005b6fc825955b4d23 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'public')
-rw-r--r--public/404.html2
-rw-r--r--public/422.html2
-rw-r--r--public/500.html2
-rw-r--r--public/502.html2
-rw-r--r--public/503.html2
-rw-r--r--public/deploy.html2
6 files changed, 6 insertions, 6 deletions
diff --git a/public/404.html b/public/404.html
index 48b803a7bff..847476683e0 100644
--- a/public/404.html
+++ b/public/404.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
+ <meta content="width=device-width, initial-scale=1" name="viewport">
<title>The page you're looking for could not be found (404)</title>
<style>
body {
diff --git a/public/422.html b/public/422.html
index f7d12a2abca..aaea6fe4f5e 100644
--- a/public/422.html
+++ b/public/422.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
+ <meta content="width=device-width, initial-scale=1" name="viewport">
<title>The change you requested was rejected (422)</title>
<style>
body {
diff --git a/public/500.html b/public/500.html
index 9c04a3db339..56af1654ed7 100644
--- a/public/500.html
+++ b/public/500.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
+ <meta content="width=device-width, initial-scale=1" name="viewport">
<title>Something went wrong (500)</title>
<style>
body {
diff --git a/public/502.html b/public/502.html
index 8d6a95f1b1d..237fbff313f 100644
--- a/public/502.html
+++ b/public/502.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
+ <meta content="width=device-width, initial-scale=1" name="viewport">
<title>GitLab is not responding (502)</title>
<style>
body {
diff --git a/public/503.html b/public/503.html
index 5c29808b4a1..2f09c7a15e1 100644
--- a/public/503.html
+++ b/public/503.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
+ <meta content="width=device-width, initial-scale=1" name="viewport">
<title>GitLab is not responding (503)</title>
<style>
body {
diff --git a/public/deploy.html b/public/deploy.html
index e463b62520c..f9433ce9407 100644
--- a/public/deploy.html
+++ b/public/deploy.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
+ <meta content="width=device-width, initial-scale=1" name="viewport">
<meta name="refresh" content="60">
<meta name="retry-after" content="100">
<meta name="robots" content="noindex, nofollow, noarchive, nostore">