1 2 3 4 5 6 7 8 9
<!doctype html> <style> html { writing-mode: vertical-lr; } </style> <script src="util.js"></script> <script src="recompute-position.js"></script> <body></body>