create repo.
This commit is contained in:
commit
5002f6a103
|
@ -0,0 +1 @@
|
|||
*.~undo-tree~
|
|
@ -0,0 +1,12 @@
|
|||
*{
|
||||
padding:0;
|
||||
margin:0;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#naviBar{
|
||||
height:55px;
|
||||
width:100%;
|
||||
background-color: #3f3f5f;
|
||||
display: flex;
|
||||
}
|
|
@ -0,0 +1,21 @@
|
|||
<!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>
|
Loading…
Reference in New Issue