XVaPEY
A Pen by Carl V Lewis on CodePen.
<table width=100%> | |
<thead><tr> | |
<th>Location</th> | |
<th>Status</th> | |
<th> Closed </th> | |
</thead> | |
<tbody sheetsu="https://sheetsu.com/apis/v1.0su/8671a0739ab8" sheetsu-limit="50" sheetsu-ignore-case="true"> | |
<td>{{Location}}</td> | |
<td>{{Status}}</td> | |
<td>{{Time}}</td> | |
</> | |
</tr> | |
</tbody> | |
</table> | |
<script src="//load.sheetsu.com"></script> | |
</script> |
p { | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
th, td { | |
font-family: Helvetica, Arial, sans-serif; | |
} | |
tbody { | |
width:100%; | |
} |
A Pen by Carl V Lewis on CodePen.