mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
16 lines
294 B
HTML
16 lines
294 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0230</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img
|
|
src="http://example.org/example.png"
|
|
rel="license"
|
|
href="http://creativecommons.org/licenses/by-nc-sa/2.0/"
|
|
alt="example image" />
|
|
</div>
|
|
</body>
|
|
</html>
|