mirror of
https://github.com/servo/servo
synced 2026-05-11 17:37:21 +02:00
15 lines
202 B
HTML
15 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>
|