2023-10-20 07:57:24 +02:00
|
|
|
<!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 keymaker!</h1>
|
2023-12-13 11:33:59 +01:00
|
|
|
<span>This server hosts some content:</span>
|
|
|
|
<ul>
|
|
|
|
<li><a href="https://cdn.ixvd.net">CDN</a></li>
|
|
|
|
</ul>
|
2023-10-20 07:57:24 +02:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|