Wire sketch navigation: working topbar links, root redirects to history, cross-links between screens
This commit is contained in:
@@ -63,8 +63,8 @@
|
||||
</head>
|
||||
<body data-preset="midnight">
|
||||
<div class="topbar">
|
||||
<a class="logo" href="#">Palette <em>/ v0</em></a>
|
||||
<nav><a href="#">new</a><a href="#">history</a><a href="#">cans</a><a href="#">api</a></nav>
|
||||
<a class="logo" href="../004-public-history/index.html">Palette <em>/ v0</em></a>
|
||||
<nav><a href="../002-dense-tool/v2.html">new</a><a href="../004-public-history/index.html">history</a><a href="../005-can-gallery/index.html">cans</a><a href="https://git.archfox.org/poslop/palette">api</a></nav>
|
||||
<div class="spacer"></div>
|
||||
</div>
|
||||
<div class="deck">
|
||||
@@ -75,10 +75,10 @@
|
||||
<span class="tag">go</span>
|
||||
<span class="tag">expires in 6d</span>
|
||||
<div class="spacer"></div>
|
||||
<a class="iconbtn" href="#">raw</a>
|
||||
<a class="iconbtn" href="#">copy</a>
|
||||
<a class="iconbtn" href="#">download</a>
|
||||
<a class="iconbtn danger" href="#">delete</a>
|
||||
<a class="iconbtn" href="#" onclick="alert('raw view: demo')">raw</a>
|
||||
<a class="iconbtn" href="#" onclick="alert('copied: demo')">copy</a>
|
||||
<a class="iconbtn" href="#" onclick="alert('download: demo')">download</a>
|
||||
<a class="iconbtn danger" href="#" onclick="alert('soft delete: demo')">delete</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="float">
|
||||
|
||||
Reference in New Issue
Block a user