blob: 4897ae39dd9d784235f229e8d8f61adabe341822 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
- http://creativecommons.org/publicdomain/zero/1.0/ -->
<html>
<body>
<div style="display: flex;">
<div style="display: table-column;"></div>
abc
</div>
</body>
</html>
|