diff options
Diffstat (limited to 'tpl/index.pug')
-rw-r--r-- | tpl/index.pug | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tpl/index.pug b/tpl/index.pug index 5c46906..016f6be 100644 --- a/tpl/index.pug +++ b/tpl/index.pug | |||
@@ -677,4 +677,29 @@ html | |||
677 | +table-cell= 'Row 4,2' | 677 | +table-cell= 'Row 4,2' |
678 | +table-cell= 'Row 4,3' | 678 | +table-cell= 'Row 4,3' |
679 | 679 | ||
680 | +box | ||
681 | +table(box=true, size50=true) | ||
682 | +table-head | ||
683 | +table-row | ||
684 | +table-head-cell= 'Title' | ||
685 | +table-head-cell= 'Title' | ||
686 | +table-head-cell= 'Title' | ||
687 | +table-body | ||
688 | +table-row | ||
689 | +table-cell= 'Row 1,1' | ||
690 | +table-cell= 'Row 1,2' | ||
691 | +table-cell= 'Row 1,3' | ||
692 | +table-row | ||
693 | +table-cell= 'Row 2,1' | ||
694 | +table-cell= 'Row 2,2' | ||
695 | +table-cell= 'Row 2,3' | ||
696 | +table-row | ||
697 | +table-cell= 'Row 3,1' | ||
698 | +table-cell= 'Row 3,2' | ||
699 | +table-cell= 'Row 3,3' | ||
700 | +table-row | ||
701 | +table-cell= 'Row 4,1' | ||
702 | +table-cell= 'Row 4,2' | ||
703 | +table-cell= 'Row 4,3' | ||
704 | |||
680 | 705 | ||