mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-21 20:03:08 +09: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>
|