26 lines
706 B
HTML
26 lines
706 B
HTML
<!-- @include head.inc.html -->
|
|
|
|
<!-- @todo gulp-inline-css can't use width in percentages, doesn't parse background-color -> bgcolor -->
|
|
<body>
|
|
<table class="main rbcc" width="100%" bgcolor="#ffffff";>
|
|
<tr class="rbcc">
|
|
<td class="main__welcome">
|
|
<b><!-- @echo welcome --></b>
|
|
</td>
|
|
</tr>
|
|
<tr class="rbcc">
|
|
<td class="main__content">
|
|
<!-- @echo introParagraph -->
|
|
</td>
|
|
</tr>
|
|
|
|
<!-- @todo gulp-inline-css doesn't add height attrs -->
|
|
<tr class="sp" height="30px"></tr>
|
|
|
|
<tr class="rbcc">
|
|
<!-- @todo gulp-inline-css doesn't parse background-color -> bgcolor -->
|
|
<!-- @include footer.inc.html -->
|
|
</tr>
|
|
</table>
|
|
</body>
|