add login/register forms. Restructure pixelapi
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
{{define "menu"}}
|
||||
<div id="navigation" class="highlight_light border-top border-bottom navigation">
|
||||
<div id="navigation" class="highlight_light border_top border_bottom navigation">
|
||||
<a href="/">Home</a>
|
||||
<a href="/history">My Files</a>
|
||||
<a href="/api">API Documentation</a>
|
||||
<a href="/user">Account</a>
|
||||
<a href="javascript:void(0);" class="icon" onclick="expandNavigation()">☰</a>
|
||||
<script>
|
||||
function expandNavigation() {
|
||||
@@ -15,4 +16,4 @@
|
||||
}
|
||||
</script>
|
||||
</div>
|
||||
{{end}}
|
||||
{{end}}
|
||||
|
Reference in New Issue
Block a user