diff options
Diffstat (limited to 'main/templates/main_sidebar.html.j2')
| -rw-r--r-- | main/templates/main_sidebar.html.j2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/main/templates/main_sidebar.html.j2 b/main/templates/main_sidebar.html.j2 new file mode 100644 index 0000000..05ab83d --- /dev/null +++ b/main/templates/main_sidebar.html.j2 @@ -0,0 +1,8 @@ +<a href="/" class="icon-text"> + <img src="/assets/image/chip.svg" /> + <span>Home</span> +</a> +<a href="/neighbors.html" class="icon-text"> + <img src="/assets/image/chip.svg" /> + <span>Neighbors</span> +</a>
\ No newline at end of file |
