mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 10:04:59 +00:00
7 lines
137 B
HTML
7 lines
137 B
HTML
<!doctype html>
|
|
<style>
|
|
.foo::before {
|
|
content: attr(bar);
|
|
}
|
|
</style>
|
|
<div class="foo" bar="Well, hello friends!"></div>
|