-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path4.html
More file actions
28 lines (28 loc) · 880 Bytes
/
Copy path4.html
File metadata and controls
28 lines (28 loc) · 880 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>小瑋的測試web1</title>
</head>
<body>
<h1><a href="index.html">小瑋的測試網站</a></h1>
<ul>
<li><a href="1.html">頁面1</a></li>
<li><a href="2.html">頁面2</a></li>
<li><a href="3.html">頁面3</a></li>
<li><a href="4.html">頁面4</a></li>
<li><a href="5.html">頁面5</a></li>
</ul>
<h1>Error:the page is null<br /><a href="index.html">Back to Home</a></h1>
<br />
<h2>關於我們</h2>
<p>
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ">官方Youtube</a
>(你該不會真的覺得有吧)
</p>
<blockquote cite="youtube.com/watch?v=dQw4w9WgXcQ">
Never gonna give you up
</blockquote>
</body>
</html>