Created
August 12, 2018 09:57
-
-
Save KaiWedekind/9d4d7a729c8ecd37ff82599c88a54613 to your computer and use it in GitHub Desktop.
How Google Mail markup should look like.
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
<body> | |
<google-mail> | |
<mail-header></mail-header> | |
<mail-navigation></mail-navigation> | |
<mail-list> | |
<mail-thread id="74738ff5-5367-5958-9aee-98fffdcd1876"> | |
<mail-content from="[email protected]" to="[email protected]"> | |
<h2>Hi Jane</h2> | |
<article> | |
<p>...</p> | |
<p>...</p> | |
</article> | |
</mail-content> | |
</mail-thread> | |
</mail-list> | |
</google-mail> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment