mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
14 lines
367 B
HTML
14 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: 300%">Some more text</div>
|
|
</body>
|
|
</html>
|