Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
coverage
/
default.html
blob: f7e1944e7bd921f9c15265ba259dcf6c9879bc14 [
file
] [
log
] [
blame
]
<html>
<head>
<style>
div
{
color
:
red
;
}
.
square
{
width
:
100px
;
height
:
100px
;
color
:
blue
;
}
</style>
<script
src
=
'script.js'
></script>
</head>
<body>
<div
class
=
"square"
>
Hi
</div>
</body>
</html>