mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-10 02:18:57 +00:00
11 lines
151 B
HTML
11 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>
|