35 lines
1.4 KiB
HTML
35 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport"
|
|
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<img src="https://media.giphy.com/media/vwEHGjx71HSytx5mY8/giphy-facebook_s.jpg" alt="test embed"/>
|
|
<p>no identifier, no ending</p>
|
|
<img src="https://dev1.spee.ch/typingcat" alt="no identifier, no ending"/>
|
|
<p>no identifier, yes ending</p>
|
|
<img src="https://dev1.spee.ch/typingcat.gif" alt="no identifier, yes ending"/>
|
|
<p>yes identifier, no ending</p>
|
|
<img src="https://dev1.spee.ch/8/typingcat" alt="yes identifier, no ending"/>
|
|
<p>yes identifier, yes ending</p>
|
|
<img src="https://dev1.spee.ch/8/typingcat.gif" alt="yes identifier, yes ending"/>
|
|
<p>i frame 1:</p>
|
|
<iframe src="http://www.weather.gov/"></iframe>
|
|
<p>i frame 2:</p>
|
|
<iframe src="https://dev1.spee.ch/video-embed/sn123ow-1/c3cadc36688ca37c7526536cfed4448e31bacf56">
|
|
iframe not supported
|
|
</iframe>
|
|
<p>i frame 3:</p>
|
|
<iframe src="https://media.giphy.com/media/vwEHGjx71HSytx5mY8/giphy-facebook_s.jpg">
|
|
iframe not supported
|
|
</iframe>
|
|
<p>i frame 4:</p>
|
|
<iframe src="https://media.giphy.com/media/vwEHGjx71HSytx5mY8/giphy-facebook_s">
|
|
iframe not supported
|
|
</iframe>
|
|
</body>
|
|
</html>
|