mirror of
https://github.com/servo/servo.git
synced 2025-07-26 00:30:22 +01:00
14 lines
202 B
HTML
14 lines
202 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #f6f6f6;
|
|
font-size: 128px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<span>A</span> <span>B</span>
|
|
</body>
|
|
</html>
|