mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 13:23:08 +09:00
10 lines
142 B
HTML
10 lines
142 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>the "big" element is obsolete</title>
|
|
<meta charset=utf-8>
|
|
</head>
|
|
<body>
|
|
<big>baz</big>
|
|
</body>
|
|
</html>
|