9 lines
126 B
HTML
9 lines
126 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
#target::before {
|
|
content: 'content';
|
|
}
|
|
</style>
|
|
<div id='target'></div>
|
|
</html>
|