Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 22, 2024
1 parent d7230d1 commit 477ba5f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions web/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@
</span>
</span>
</div>

<p class="text-xl text-center pt-4">
Install Application
</p>
<div class="flex justify-center">
<div class="grid grid-cols-1 sm:grid-cols-3 md:grid-cols-3 justify-center max-w-[800px] space-y-2 space-x-2">
<div class="border mt-2 ml-2"><img src="install-0.png" alt="find the install app option in the browser menu"/></div>
<div class="border"><img src="install-1.png" alt="click install"/></div>
<div class="border"><img src="install-2.png" alt="find the installed app icon on the desktop"/></div>
</div>
</div>

</div>

</body>
Expand Down

0 comments on commit 477ba5f

Please sign in to comment.