13 lines
267 B
Cheetah
13 lines
267 B
Cheetah
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Page 2copy</title>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<h1>Page 2</h1>
|
||
|
|
<p>This is the content of page 2.这个是page2的copy版本</p>
|
||
|
|
</body>
|
||
|
|
</html>
|