html
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio</title>
<style>body { font-family: sans-serif; text-align: center; padding: 50px; }</style>
</head>
<body>
<h1>Welcome to My Portfolio</h1>
<p>This site is currently under construction. Check back soon!</p>
</body>
</html>