<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome</title>
<style>
body { text-align: center; }
</style>
</head>
<body>
<h1>Welcome to Your New Website</h1>
<p>This is the default index page. Replace this file with your content.</p>
</body>
</html>