blob: 62ca64bee5a6391165c36c7a89d67e15615389bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>GitHub infinite layout loop</title>
</head>
<body>
<div style="display:inline-block">
<form style="float:left">
<input type="hidden"/>
<button type="submit" style="white-space:nowrap; float:left">Hello</button>
</form>
</div>
</body>
</html>
|