16 lines
524 B
HTML
16 lines
524 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="/Content/css/bootstrap.css" rel="stylesheet">
|
|
<link href="/Content/css/bootstrap-theme.css" rel="stylesheet">
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<div style="height: 1000px; background-color: #77af77">我就是一个测试页面</div>
|
|
<div>Bottom</div>
|
|
</body>
|
|
</html>
|