nginx/www/index.html

34 lines
851 B
HTML
Raw Normal View History

2025-01-10 21:35:21 -08:00
<html>
<head>
<title>Welcome to mcknight.tech</title>
<style>
body{
font-family: Helvetica, Arial, sans-serif;
}
.message{
width:330px;
padding:20px 40px;
margin:0 auto;
background-color:#f9f9f9;
border:1px solid #ddd;
}
center{
margin:40px 0;
}
h1{
font-size: 18px;
line-height: 26px;
}
p{
font-size: 12px;
}
</style>
</head>
<body>
<div class="message">
<h1>Welcome to my server</h1>
<p>Nothing to see here...</p>
</div>
</body>
</html>