strato-infra/machines/nginx/index.html

25 lines
456 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Julius' meme corner</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 my site!</h1>
<p>There's absolutely nothing here for now...</p>
<p>I'm working on it trust me!</p>
</body>
</html>