9 lines
202 B
HTML
9 lines
202 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<body>
|
|
<p>i frame:</p>
|
|
<p>yes identifier, yes ending</p>
|
|
<img src="https://dev1.spee.ch/8/typingcat.gif" alt="yes identifier, yes ending"/>
|
|
</body>
|
|
</html>
|