Welcome and 50x error pages style.

Indentation of the CSS code removed to match style of the HTML code.
This commit is contained in:
Maxim Dounin 2021-08-16 16:36:06 +03:00
parent 3e413eb22a
commit 7bbf91b130
2 changed files with 4 additions and 10 deletions

View File

@ -3,11 +3,8 @@
<head>
<title>Error</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>

View File

@ -3,11 +3,8 @@
<head>
<title>Welcome to nginx!</title>
<style>
body {
width: 35em;
margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif;
}
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>