<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<title>My Website</title>
</head>
<body>
<!-- Your website content goes here -->
</body>
</html>
这个网站是一个基本的 HTML 页面,它包含了一个名为 “My Website” 的标题。在这个示例中,没有使用 CSS 样式来改变布局或外观。要创建一个完整的网站,还需要添加更多的内容和样式。