22 lines
442 B
HTML
22 lines
442 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>
|
||
|
Minimum HTML5 document
|
||
|
</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<details>
|
||
|
<summary>Copyright 1999-2011.</summary>
|
||
|
<p> - by Refsnes Data. All Rights Reserved.</p>
|
||
|
<p>All content and graphics on this web site are the property of the company Refsnes Data.</p>
|
||
|
</details>
|
||
|
|
||
|
<p><b>Note:</b> The summary element is currently supported only in Opera, Chrome and Safari
|
||
|
6.</p>
|
||
|
|
||
|
</body>
|
||
|
</html>
|