15 lines
263 B
HTML
15 lines
263 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link href="print.css" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<p>…htContent1</p>
|
|
<p>ShadowContent1</p>
|
|
<p>InnerContent</p>
|
|
<p>ShadowContent2</p>
|
|
<p>ShadowContent3</p>
|
|
<p>Ligh…</p>
|
|
</body>
|
|
</html>
|