blob: 86bf90015953fe6d4f12c7381387fd2c3ba2b1a2 (
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-caption;"></div>
abc
</div>
</body>
</html>
|