-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cfc9edb
commit 94607ec
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"> | ||
<title>星涵煦的网站</title> | ||
<style> | ||
body{ | ||
background-color:#444; | ||
font-size:14px; | ||
} | ||
h3{ | ||
font-size:60px; | ||
color:#eee; | ||
text-align:center; | ||
padding-top:30px; | ||
font-weight:normal; | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<h3>星涵煦</h3> | ||
<h2>这是星涵煦的一个小小的网站</h2> | ||
<h2></h2> | ||
<a href="./i.html">点击查看服务器IP和端口</a> <a href="6">点击下载服务器地图备份</a> <a href="6">6</a> | ||
</body> | ||
</html> |