mirror of
https://github.com/servo/servo
synced 2026-05-08 16:12:15 +02:00
16 lines
172 B
HTML
16 lines
172 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
body {
|
|
background: yellow;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|
|
|