Initial commit.
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
<table class="${1}">
|
||||
${2}
|
||||
</table>
|
||||
Executable
+9
@@ -0,0 +1,9 @@
|
||||
<table>
|
||||
<tr>
|
||||
<th>${1}</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user