<!DOCTYPE
html>
<html
lang="en">
<head>
<meta charset="UTF-8">
<title>My Website</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body { font-family: Arial, sans-serif; margin: 40px; line-height: 1.6; }
h1 { color: #222; }
</style>
</head>
<body>
<h1>Welcome to my website</h1>
<p>This is my first website published with Cloudflare Pages.</p>
</body>
</html>