mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
19 lines
269 B
HTML
19 lines
269 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled FOOBIE BLETCH.</title>
|
|
<style>
|
|
#foo {
|
|
background: url(400x400_green.png);
|
|
width: 400px;
|
|
height: 400px;
|
|
margin-left: 128px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=foo></div>
|
|
</body>
|
|
</html>
|
|
|
|
|