summaryrefslogtreecommitdiffstats
path: root/HTML/testonline.html
blob: 36deab8e45e8d8904d5c80c25bd5cf3cc634d57f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
	<head>
		<title>Mandriva</title>
		<script type="text/javascript" src="./script.js"></script>
	</head>
	<body onload="bodyLoad();">
		<img id="i" src="http://images.mandriva.com/images/donotremove.png" onload="imgLoad();" onerror="imgError();" />
	</body>
</html>