Files
OldPeopleHome/web/firstPage.html
vickihe 2a8b87b76b update
2019-08-28 21:54:29 +08:00

30 lines
969 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>首页</title>
<link rel="stylesheet" href="firstPage_style.css">
</head>
<!-- <frameset cols="100,*">
<frame src="frame_contents.html" noresize="noresize">
<frame src="frame_rooms.html" name="showFrame" noresize="noresize">
</frameset> -->
<body>
<div class="box1">
<span class="upper">O</span>
<span class="lower">ld</span>
<span class="upper">P</span>
<span class="lower">eople</span>
<span class="upper">H</span>
<span class="lower">ome</span>
</div>
<div class="leftGuide">
<ul>
<li><a href="#" id="rooms" class="guide">房间</a></li><br><br>
<li><a href="#" id="people" class="guide">老人</a></li>
</ul>
</div>
</body>
</html>