Skip to content

Commit

Permalink
Updated Index.html for Dog Finder APK download
Browse files Browse the repository at this point in the history
  • Loading branch information
Atuoha authored Oct 27, 2023
1 parent eee415c commit 7c0dd9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@

<main role="main" class="container">
<div>
<h1 class="mt-5" style="align-items: center">Flutter ChatGPT</h1>
<p>ChatGPT using Flutter/Dart, BLoc and OpenAI | PS: The data is not persisted anywhere only managed locally.</p>
<h1 class="mt-5" style="align-items: center">Flutter DOG FINDER</h1>
<p>Flutter project working on retrieving Random image by breed, Images list by breed, Random image by breed and sub breed and Images list by breed and sub breed while working on DOGAPI (https://dog.ceo/dog-api).</p>
<!-- <p>PS: Apps published here are still under core development and are prone to errors!<br> After usage, you can send your observations below. It'll do us much good!</p> -->

<a href="APKS/ChatGPT.apk" class="btn btn-secondary mr-2" download>Download ChatGPT!</a>
<a href="https://github.com/Atuoha/flutter_ChatGPT" target="_blank" class="btn btn-secondary">View code</a><br>
<a href="APKS/dog_finder.apk" class="btn btn-secondary mr-2" download>Download APK!</a>
<a href="https://github.com/Atuoha/dog_finder" target="_blank" class="btn btn-secondary">View code</a><br>

</br>
</br>
Expand Down

0 comments on commit 7c0dd9d

Please sign in to comment.