mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
16 lines
232 B
HTML
16 lines
232 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style type="text/css">
|
|
div {
|
|
background-color: rgb(75, 255, 0);
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
</html>
|