mirror of
https://github.com/servo/servo.git
synced 2025-10-03 18:19:14 +01:00
16 lines
373 B
HTML
16 lines
373 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/ahem.css">
|
|
<link rel=match href=inline_whitespace_ref.html>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #f6f6f6;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>A</span>
|
|
<span>B</span>
|
|
</body>
|
|
</html>
|