mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
17 lines
231 B
HTML
17 lines
231 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<span>
|
|
First
|
|
<span>
|
|
line
|
|
<span style="display: block">
|
|
Second line
|
|
</span>
|
|
Third
|
|
</span>
|
|
line, yes
|
|
</span>
|
|
</body>
|
|
</html>
|