mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-27 02:05:07 +02:00
12 lines
154 B
HTML
12 lines
154 B
HTML
<!DOCTYPE html>
|
|
<body>
|
|
<div></div>
|
|
</body>
|
|
<style>
|
|
div {
|
|
width: 100px;
|
|
height: 100px;
|
|
background: crimson;
|
|
}
|
|
</style>
|