Skip to content

Commit

Permalink
Link to docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ishiikurisu committed Feb 8, 2023
1 parent ea6ed94 commit 5ccda7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion login.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ <h1>
</button>
</fieldset>
</form>
<a href="./signup.html">Sign up instead</a>
<a href="./signup.html">Sign up instead</a> or
<a href="./docs">read the docs</a>
</div>

<script src="./assets/js/model/storage.js" charset="utf-8"></script>
Expand Down
1 change: 1 addition & 0 deletions settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<a href="./index.html" class="logo">BaaS</a>
<a href="./settings.html" class="button">Settings</a>
<a href="./new_app.html" class="button">New App</a>
<a href="./docs" class="button">Docs</a>
</header>

<div id="settings">
Expand Down
3 changes: 2 additions & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ <h1>
</button>
</fieldset>
</form>
<a href="./login.html">Log in instead</a>
<a href="./login.html">Log in instead</a> or
<a href="./docs">read the docs</a>
</div>

<script src="./assets/js/model/storage.js" charset="utf-8"></script>
Expand Down

0 comments on commit 5ccda7f

Please sign in to comment.