
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Welcome</title>
<style>
body { font-family: Arial; text-align:center; margin-top:10%; }
h1 { color:#333; }
p { color:#777; }
</style>
</head>
<body>
<h1>Welcome</h1>
<p>This site is running normally.</p>
</body>
</html>
