mirror of
https://github.com/servo/servo.git
synced 2025-06-15 03:44:30 +00:00
15 lines
172 B
HTML
15 lines
172 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
body {
|
|
background: yellow;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|
|
|
|
|