<!DOCTYPE html>
<html>
<head>
<title>Swaraj National</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f5f5f5;
}
h1 {
color: #333;
}
.container {
background: white;
padding: 40px;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
</style>
</head>
<body>
<div class="container">
<h1>Welcome to Swaraj National</h1>
<p>Your website is now live!</p>
<p>Replace this text with your own content</p>
</div>
</body>
</html>