10 lines
209 B
HTML
10 lines
209 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body onload="document.getElementById('testclose').focus()">
|
|
<p>This is a test social share window.</p>
|
|
<input id="testclose"/>
|
|
</body>
|
|
</html>
|