mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
19 lines
281 B
HTML
19 lines
281 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>You see here a scroll labeled XIXAXA XOXAXA XUXAXA.</title>
|
|
<style>
|
|
div {
|
|
width: 400px;
|
|
height: 400px;
|
|
background: url(rust-0.png);
|
|
background-repeat: no-repeat;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=repeat></div>
|
|
</body>
|
|
</html>
|
|
|
|
|