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