mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 17:12:55 +02:00
8 lines
137 B
HTML
8 lines
137 B
HTML
<!doctype html>
|
|
<style>
|
|
.foo::before {
|
|
content: attr(bar);
|
|
}
|
|
</style>
|
|
<div class="foo" bar="Well, hello friends!"></div>
|