Skip to content

Commit

Permalink
fix: added link to userguide
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisERo committed Sep 18, 2023
1 parent 42454ac commit 39aa012
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions public/web_pages/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Popup</title>

<link rel="stylesheet" type="text/css" href="../cross-page-assets/vf-style.css">
<style>
body {
Expand Down Expand Up @@ -75,7 +75,12 @@
<p class="boton" id="index">More Options</p>
</div>
</div>


<div class='buttons' style="width: 100%; text-align: center; margin-top: 13pt">
<a class="boton" target="_blank" href="https://github.com/ChrisERo/vocab-forager/blob/main/docs/user-manual.md">User Guide</a>
</div>


<script src=../page-scripts/popup.js> </script>
</body>
</html>

0 comments on commit 39aa012

Please sign in to comment.