mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:58:11 +00:00
7 lines
134 B
HTML
7 lines
134 B
HTML
<!doctype html>
|
|
<style>
|
|
.foo::before {
|
|
content: attr(bar, "Well, hello friends!");
|
|
}
|
|
</style>
|
|
<div class="foo"></div>
|