7 lines
80 B
HTML
7 lines
80 B
HTML
<!doctype html>
|
|
<style>
|
|
div::before {
|
|
content: "Woof";
|
|
}
|
|
</style>
|
|
<div></div>
|