24 lines
450 B
HTML
24 lines
450 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Welcome to nginx!</title>
|
||
|
<style>
|
||
|
html {
|
||
|
color-scheme: light dark;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
width: 35em;
|
||
|
margin: 0 auto;
|
||
|
font-family: Tahoma, Verdana, Arial, sans-serif;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Welcome to nginx!</h1>
|
||
|
<span>This is the default page, so the admin was likely too lazy too remove it.</span>
|
||
|
</body>
|
||
|
|
||
|
</html>
|