mirror of
https://github.com/servo/servo.git
synced 2025-06-19 06:38:59 +01:00
15 lines
232 B
HTML
15 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>
|