mirror of
https://github.com/servo/servo.git
synced 2025-07-03 13:33:39 +01:00
11 lines
102 B
HTML
11 lines
102 B
HTML
<!DOCTYPe html>
|
|
<style>
|
|
body {
|
|
float: right;
|
|
margin-top: 0;
|
|
}
|
|
</style>
|
|
|
|
<body>
|
|
<p>foo</p>
|
|
</body>
|