mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
7 lines
137 B
HTML
7 lines
137 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="data:text/css,body{background:green}">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|