mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
14 lines
173 B
HTML
14 lines
173 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
div { -moz-column-count:2; -moz-column-gap:0; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
Hello<br>
|
|
Kitty
|
|
</div>
|
|
</body>
|
|
</html>
|