Sign in
mojo
/
mojo-tools
/
64a4a80012dbfd6ffdc1c50a922cebca36dae341
/
.
/
sky
/
engine
/
web
/
tests
/
data
/
200-by-300.html
blob: eeb5d8a95d28bff492868b8d00760ed646f7faeb [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
body
{
margin
:
0px
;
}
#
content
{
background
:
silver
;
width
:
200px
;
height
:
300px
;
}
</style>
</head>
<body>
<div
id
=
"content"
>
a
</div>
</body>
</html>