mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
13 lines
273 B
HTML
13 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0180</title>
|
|
<base href="http://example.org/"/>
|
|
</head>
|
|
<body>
|
|
<div about ="#me" prefix=": http://xmlns.com/foaf/0.1/" >
|
|
<p property=":name">Ivan Herman</p>
|
|
</div>
|
|
</body>
|
|
</html>
|