以下是一个简单的网站制作模板,你可以根据自己的需要进行修改:
HTML代码:
```
你的网站名称 你的网站介绍
这里是你的网站内容。
点击链接了解更多 ```
CSS代码:
```
body {
background-color: #f2f2f2;
}
h1 {
color: #333;
text-align: center;
margin-bottom: 30px;
}
p {
color: #444;
text-align: center;
margin-bottom: 30px;
}
a {
color: #fff;
text-decoration: none;
border-bottom: 2px solid #ccc;
}
```
JavaScript代码:
```
// 添加网站标题
document.getElementById("title").addEventListener("click", function() {
document.title = "你的网站名称";
});
// 添加链接
document.getElementById("link").addEventListener("click", function() {
document.getElementById("link").href = window.location.href;
});
```
这是一个简单的网站模板,你可以根据自己的需要进行修改。你可以根据自己的需要添加更多的样式和JavaScript代码,使网站更具个性化。