Initial commit.
This commit is contained in:
9
vim/snippets/html/table/hardcore.snippet
Executable file
9
vim/snippets/html/table/hardcore.snippet
Executable file
@@ -0,0 +1,9 @@
|
||||
<table>
|
||||
<tr>
|
||||
<th>${1}</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
</tr>
|
||||
</table>
|
||||
Reference in New Issue
Block a user