9 lines
154 B
HTML
9 lines
154 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<div style="position: absolute; left: 0; top: 0;">
|
|
<div>a</div>
|
|
<div>b</div>
|
|
</div>
|
|
</body>
|
|
</html>
|