0823 my first html page
This commit is contained in:
parent
f8e0b6078c
commit
2ba10858ea
12
myhtml.html
Normal file
12
myhtml.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="zh-CN">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>Dan's Homepage >3<</title>
|
||||||
|
<link rel="icon" href="file:///Users/dan/Pictures/IMG_9295.JPG" type="image/x-icon" />
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<img src="file:///Users/dan/Pictures/IMG_9295.JPG" alt="My test image" width="500" />
|
||||||
|
<p1>Hi, my name is Dan.</p1>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -1,2 +0,0 @@
|
|||||||
untracked file
|
|
||||||
untracked file
|
|
Loading…
Reference in New Issue
Block a user