mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
12 lines
175 B
HTML
12 lines
175 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Stylesheet Without Base Tag</title>
|
|
<style>
|
|
body { background-color: green; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|