10 lines
200 B
HTML
10 lines
200 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
</head>
|
|
<body>
|
|
<img src="http://127.0.0.1:16213/remote.png">
|
|
<p>This is a test.</p>
|
|
<p style="display: none">This is hidden text.</p>
|
|
</body>
|
|
</html>
|