13 lines
221 B
HTML
13 lines
221 B
HTML
<!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>
|
|
|