diff options
Diffstat (limited to 'html/app/views/item.php')
| -rw-r--r-- | html/app/views/item.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/html/app/views/item.php b/html/app/views/item.php new file mode 100644 index 0000000..2354c81 --- /dev/null +++ b/html/app/views/item.php @@ -0,0 +1,4 @@ +<h3><?=$item['title']?></h3> +<p> + <i><?=$item['info']?></i> +</p>
\ No newline at end of file |
