mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
13 lines
228 B
HTML
13 lines
228 B
HTML
<!doctype html>
|
|
<html>
|
|
<meta charset="utf-8">
|
|
<link rel="author" title="Brian Birtles" href="mailto:bbirtles@mozilla.com">
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background-color: green;
|
|
}
|
|
</style>
|
|
<div></div>
|
|
</html>
|