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