mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
10 lines
202 B
HTML
10 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>
|