[PROD]
This commit is contained in:
@@ -5,9 +5,21 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
|
||||
<title>your birds</title>
|
||||
<meta name="description" content="A live bird collage from your window.">
|
||||
<link rel="icon" type="image/png" href="./favicon.png">
|
||||
<link rel="apple-touch-icon" href="./favicon.png">
|
||||
<link rel="stylesheet" href="./styles.css">
|
||||
</head>
|
||||
<body class="av-local">
|
||||
<!-- Pill in the top-left slot, only visible on admin overlays
|
||||
(body.admin-on); CSS in styles.css hides it everywhere else.
|
||||
href="/" returns to the collage view via a full reload, which is
|
||||
fine for an off-hot-path control. -->
|
||||
<a class="return-to-atlas" id="returnToAtlas" href="/" aria-label="back to collage">
|
||||
<svg viewBox="0 0 16 16" fill="none" stroke="currentColor" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round">
|
||||
<path d="M10 3 L4 8 L10 13"/>
|
||||
</svg>
|
||||
collage
|
||||
</a>
|
||||
<header class="top">
|
||||
<div class="window-pick" id="winPick" role="tablist">
|
||||
<i class="seg-pill" aria-hidden="true"></i>
|
||||
@@ -29,7 +41,7 @@
|
||||
<p class="lock-hint" id="lockHint">enter password to unlock tools.</p>
|
||||
</div>
|
||||
<nav class="menu-items" id="dd-items"></nav>
|
||||
<p class="built-by">built by <a href="https://theodore.net" target="_blank" rel="noopener">teddy</a></p>
|
||||
<p class="built-by">built by <a href="https://theodore.net" target="_blank" rel="noopener">teddy</a> · <a href="https://github.com/Twarner491/AvianVisitors" target="_blank" rel="noopener">github</a></p>
|
||||
</aside>
|
||||
|
||||
<main class="stage">
|
||||
|
||||
Reference in New Issue
Block a user