Skip to content

Commit

Permalink
add <title> and <meta viewport>
Browse files Browse the repository at this point in the history
  • Loading branch information
n0099 authored Jun 4, 2019
1 parent 91655c4 commit 7bd4cfd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 401.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<title>401 UNAUTHORIZED</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
<style>
.glitch {
Expand Down
2 changes: 2 additions & 0 deletions 403.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<title>403 FORBIDDEN</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
<style>
.glitch {
Expand Down
2 changes: 2 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<title>404 NOT FOUND</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
<style>
.glitch {
Expand Down
2 changes: 2 additions & 0 deletions 500.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<title>500 INTERNAL SERVER ERROR</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
<style>
.glitch {
Expand Down
2 changes: 2 additions & 0 deletions 502.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<html>
<head>
<title>502 BAD GATEWAY</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.lug.ustc.edu.cn/css?family=VT323&display=swap" rel="stylesheet">
<style>
.glitch {
Expand Down

0 comments on commit 7bd4cfd

Please sign in to comment.