-
Notifications
You must be signed in to change notification settings - Fork 0
/
testSyudy.html
29 lines (28 loc) · 997 Bytes
/
testSyudy.html
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
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>test</title>
<link rel="stylesheet" href="t1t1.css">
</head>
<body>
<div id="wrap">
<div id="header">
header
</div>
<div id="container">
<div class="sideBar">
sideBar
</div>
<div class="contents">
<p>dsfsafasfd ad fsad</p>
<p>dsfsafasfd ad fsad</p>
<p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p><p>dsfsafasfd ad fsad</p>
</div>
</div>
<div id="footer">
footer
</div>
</div>
</body>
</html>