mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
12 lines
231 B
HTML
12 lines
231 B
HTML
<!DOCTYPE html>
|
|
<link rel='stylesheet' href='./style.css'>
|
|
<script src='./script.js' type='text/javascript'></script>
|
|
<style>
|
|
div {
|
|
line-height: 18px;
|
|
width: 300px;
|
|
box-sizing: border-box;
|
|
}
|
|
</style>
|
|
<div>Hi, I'm frame</div>
|