mirror of
https://github.com/servo/servo.git
synced 2025-06-11 10:00:18 +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>
|