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