mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
12 lines
242 B
HTML
12 lines
242 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset=utf-8>
|
|
<title>Test 0308</title>
|
|
</head>
|
|
<body>
|
|
<div id="therole" role="http://www.example.com/roles/somerole">
|
|
<p>Some contents that are a header</p>
|
|
</div>
|
|
</body>
|
|
</html>
|