mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 20:29:56 +00:00
12 lines
147 B
HTML
12 lines
147 B
HTML
<!DOCTYPE html>
|
|
<meta charset='utf-8'>
|
|
<title>display: none;</title>
|
|
|
|
<style>
|
|
p {
|
|
display: none;
|
|
}
|
|
</style>
|
|
|
|
<p>This element is not visible.</p>
|