/test.mtml.tsx Secret
Created
December 16, 2023 12:52
This file contains 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 lang={<mt:BlogLanguage />}> | |
<head></head> | |
<body> | |
<h1 class="font-size:24px font-weight:bold color:#ffffff background-color:#000000"> | |
Title | |
</h1> | |
<div class="font-size:16px"> | |
<mt:EntryBody /> | |
<mt:EntryMore /> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment