diff options
Diffstat (limited to 'client/partials/home')
| -rw-r--r-- | client/partials/home/main.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/client/partials/home/main.html b/client/partials/home/main.html new file mode 100644 index 0000000..7a5045a --- /dev/null +++ b/client/partials/home/main.html @@ -0,0 +1,8 @@ + <div class="panel panel-default"> + <div class="panel-heading"> + Home + </div> + <div class="panel-body"> + Main Content + </div> +</div>
\ No newline at end of file |
