mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8 lines
99 B
HTML
8 lines
99 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
div { color: green; }
|
|
a { color: blue; }
|
|
</style>
|
|
<div>hello, world</div>
|
|
|