-
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.
1 parent
a718e7d
commit 6ef659a
Showing
1 changed file
with
17 additions
and
2 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 |
---|---|---|
@@ -1,7 +1,22 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>哈尔滨工业大学</title> | ||
<style> | ||
body { | ||
font-size: 20px; | ||
} | ||
h1 { | ||
font-size: 30px; | ||
} | ||
p { | ||
font-size: 15px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1>哈尔滨工业大学</h1> | ||
<p>何林</p> | ||
<h1>哈尔滨工业大学;土木工程学院;何林;临时结构;副教授</h1> | ||
<p> | ||
</p> | ||
</body> | ||
</html> |