-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 785 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body >
<a href="index.html"><img src="img/下載.jpeg" style="display: inline-block; margin: 5px;" alt="" width="30" height="30"></a>
<h1 style="color: red;display: inline-block; margin-right: 10px; text-shadow: 10px;>MYHOMEPAGE</h1>
<p></p>
<a href="index.html" ><p style="display: inline-block; text-decoration: underline; margin: 20px">Home_Page</p></a>
<p style="display: inline-block;"> </p>
<a href="about.html" ><p style="display: inline-block;text-decoration: underline;margin: 20px">About</p></a>
<p style="display: inline-block;"> </p>
<a href="contect.html"><p style="display: inline-block;text-decoration: underline; margin: 20px">Contect</p></a>
<p style="display: inline-block;"> </p>
</body>
</html>