Last active
May 25, 2023 08:43
-
-
Save pastak/f21d60c94d787b3a931a4967f332d997 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html | |
xmlns="http://www.w3.org/1999/xhtml" | |
xml:lang="ja" | |
> | |
<body> | |
<div style="height: 100%;-epub-writing-mode: vertical-rl;"> | |
<p>いろはにほへとちりぬるをわかよたれそつねならむ</p> | |
<p style="text-align: right;">うゐのおくやまけふこえてあさきゆめみしゑひもせすん</p> | |
</div> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html | |
xmlns="http://www.w3.org/1999/xhtml" | |
xml:lang="ja" | |
> | |
<body> | |
<p style="-epub-writing-mode: vertical-rl;"> | |
いろはにほへとちりぬるをわかよたれそつねならむうゐのおくやまけふこえてあさきゆめみしゑひもせすん | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment