blob: 204c5db7facaca3585bdfad04be727294dad2d05 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<p>This is some text</p>
<p style="height: 1000px;">Box 1</p>
<p>This is some text</p>
<p style="height: 1000px;">Box 2</p>
<p>This is some text</p>
</body>
</html>
|