mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 18:03:06 +09:00
14 lines
191 B
HTML
14 lines
191 B
HTML
<!DOCTYPE html>
|
|
<!-- Valid fieldset. -->
|
|
<html>
|
|
<head>
|
|
<style>
|
|
fieldset:valid { display: none ;}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<fieldset>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|
|
|