Skip to content

Commit 7bd4cfd

Browse files
authored
add <title> and <meta viewport>
1 parent 91655c4 commit 7bd4cfd

File tree

5 files changed

+10
-0
lines changed

5 files changed

+10
-0
lines changed

401.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<title>401 UNAUTHORIZED</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
35
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
46
<style>
57
.glitch {

403.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<title>403 FORBIDDEN</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
35
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
46
<style>
57
.glitch {

404.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<title>404 NOT FOUND</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
35
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
46
<style>
57
.glitch {

500.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<title>500 INTERNAL SERVER ERROR</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
35
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
46
<style>
57
.glitch {

502.html

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<html>
22
<head>
3+
<title>502 BAD GATEWAY</title>
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
35
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
46
<style>
57
.glitch {

0 commit comments

Comments
 (0)