An error occurred while loading the file. Please try again.
-
BO ZHANG authored23a2eb82
<!DOCTYPE html>
<html>
<head>
<title>Sample Page</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
}
h1 {
color: #333;
}
p {
color: #666;
}
</style>
</head>
<body>
<h1>Welcome to My Demo Page</h1>
<p>This is a simple HTML file for demonstration purposes.</p>
</body>
</html>