mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
15 lines
367 B
HTML
15 lines
367 B
HTML
<!DOCTYPE html>
|
|
<html style="height: 100%">
|
|
<head>
|
|
<title>test1</title>
|
|
</head>
|
|
<body style="height: 100%">
|
|
<input type="text" id="inp" value="">
|
|
</input>
|
|
<div style="height: 50%">Some text</div>
|
|
<div style="height: 50%">Some text</div>
|
|
<div style="height: 50%">Some text</div>
|
|
<div style="height: 50%; width: 350%">Some more text</div>
|
|
</body>
|
|
</html>
|