22 lines
381 B
HTML
22 lines
381 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Hmtsai's Website</title>
|
||
|
<link rel="stylesheet" href="./index.css" />
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="naviBar">
|
||
|
<a href="#">Hmtsai's Website</a>
|
||
|
<a href="blog.hmtsai.cn">Blog</a>
|
||
|
<a href="git.hmtsai.cn/hmtsai">Gitea</a>
|
||
|
</div>
|
||
|
|
||
|
<div id="content">
|
||
|
<h1 style="text-align: center;">Welcome to Hmtsai's Website</h1>
|
||
|
</div>
|
||
|
</body>
|
||
|
|
||
|
</html>
|