Created
April 24, 2020 20:12
-
-
Save vfontjr/8b2d2905eb20aa95ad074a81e466fdc7 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title></title> | |
</head> | |
<body> | |
<table style="width: 80%; border: 2px solid #000000; background-color: #ffffcc;" cellspacing="0" cellpadding="0" align="center"> | |
<tbody> | |
<tr> | |
<td style="text-align: center; border-width: thin; border-color: #000000; border-right-style: solid; font-family: Arial, Helvetica, sans-serif;">Data</td> | |
<td style="text-align: center; border-width: thin; border-color: #000000; border-right-style: solid; font-family: Arial, Helvetica, sans-serif;">Data</td> | |
<td style="text-align: center; font-family: Arial, Helvetica, sans-serif;">Data</td> | |
</tr> | |
</tbody> | |
</table> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment