mirror of
https://github.com/servo/servo.git
synced 2025-06-25 17:44:33 +01:00
6 lines
139 B
HTML
6 lines
139 B
HTML
<!DOCTYPE html>
|
|
<div style="columns: 2">
|
|
<div style="height: 200px; background: blue"></div>
|
|
<div style="height: 200px"></div>
|
|
</div>
|
|
|