mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
11 lines
202 B
HTML
11 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title></title>
|
|
<link rel="stylesheet" href="subdirectory/background_image.css">
|
|
</head>
|
|
<body>
|
|
<div class="test" style="width:206px; height:206px;"></div>
|
|
</body>
|
|
</html>
|