mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
10 lines
159 B
HTML
10 lines
159 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
p {
|
|
counter-increment: a;
|
|
}
|
|
p::before {
|
|
content: counter(a) ": ";
|
|
}
|
|
</style><p>A<p>B<p>C<p style="display:none">SECRET<p>D<p>E
|