Showing
1 changed file
with
20 additions
and
0 deletions
views/results/medicine.ejs
0 → 100644
1 | +<h4> 동물약국 현황</h4> | ||
2 | +<table class="table"> | ||
3 | + <thead class="thead-dark"> | ||
4 | + <tr> | ||
5 | + <th>동물약국명</th> | ||
6 | + </tr> | ||
7 | + </thead> | ||
8 | + <tbody> | ||
9 | + <tr> | ||
10 | + <td> | ||
11 | + | ||
12 | + </td> | ||
13 | + | ||
14 | + </tr> | ||
15 | + | ||
16 | + </tbody> | ||
17 | +</table> | ||
18 | +<p class="sum">총 동물약국 개수 : | ||
19 | + | ||
20 | +</p> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment