2018-01-21 09:48:43 +01:00
|
|
|
<!DOCTYPE html>
|
2019-05-12 10:50:27 +02:00
|
|
|
<html><head><script type="text/javascript" src="/test.js" charset="utf-8"></script></head>
|
2018-01-21 09:48:43 +01:00
|
|
|
<body>
|
|
|
|
|
|
|
|
<p>
<img src='emoji.png'><br>Local image</p>
|
|
|
|
|
|
|
|
<p>
<img src='dontexist.png'><br>Non existing local image</p>
|
|
|
|
|
|
|
|
<p><img src='http://www.briskbard.com/images/logo2.png'><br>Remote image</p>
|
|
|
|
|
|
|
|
<p><object width="150" height="150" data="helloworld.swf"></object><br>
|
|
|
|
Local SWF file.<br>
|
|
|
|
You need to install the Adobe Flash PPAPI plugin to view the SWF file.</p>
|
|
|
|
|
|
|
|
|
2019-05-12 10:50:27 +02:00
|
|
|
<p><button onclick="myAlertFunction()">Click me</button>
|
|
|
|
</p>
|
|
|
|
|
2019-01-17 14:53:02 +01:00
|
|
|
<p><img src='jupiter.png'><br>Bigger image</p>
|
|
|
|
|
2018-01-21 09:48:43 +01:00
|
|
|
</body>
|
|
|
|
</html>
|