mirror of
https://github.com/servo/servo
synced 2026-05-12 09:56:50 +02:00
6 lines
129 B
HTML
6 lines
129 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
body { margin:0; }
|
|
</style>
|
|
<div id="square" style="width:100px; height:100px; background:red;"></div>
|