
<!DOCTYPE html>
<html>
<head>
	<title>MiServe.com - Coming Soon</title>
	<style>
		body {
			font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, sans-serif;
			line-height: 1.6;
			max-width: 800px;
			margin: 0 auto;
			padding: 2rem;
			background: #f5f5f5;
		}
		.container {
			background: white;
			padding: 2rem;
			border-radius: 8px;
			box-shadow: 0 2px 4px rgba(0,0,0,0.1);
		}
		h1 {
			color: #2d3748;
			font-size: 2.5rem;
			margin-bottom: 1rem;
		}
		p {
			color: #4a5568;
			font-size: 1.2rem;
		}
	</style>
</head>
<body>
	<div class="container">
		<h1>Coming Soon</h1>
		<p>Hi, I'm Santi Bivacqua. I'm working on something exciting for you.</p>
		<p>As a technology enthusiast and software professional, I'll be sharing my experiences, insights, and knowledge about software development, cloud computing, and modern tech solutions.</p>
	</div>
</body>
</html>
