mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +00:00
14 lines
187 B
HTML
14 lines
187 B
HTML
<html>
|
|
<head>
|
|
<title>Aliens was a really good movie. But Alien 3 sucked.</title>
|
|
<style>
|
|
html {
|
|
height: 100%;
|
|
background-color: maroon;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|