<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-color: #fefefe;
}
.title {
margin-top: 95px;
text-align: center;
}
.desc {
color: #777;
text-align: center;
}
.icon {
display: block;
width: 48px;
height: 48px;
margin: 30px auto;
}
</style>
</head>
<body>
<h1 class="title">
Hello 笔.COOL
</h1>
<p class="desc">
<i>一笔一划,绘就人生;一码一境,酷创未来。</i>
</p>
<img class="icon" src="./assets/logo_icon.png" />
<script>
console.log(["Hello 笔.COOL 控制台"])
</script>
</body>
</html>
index.html
assets