diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 13 insertions, 10 deletions
@@ -13,9 +13,12 @@ <section class="section"> <nav class="navbar" role="navigation" aria-label="main navigation"> <div class="navbar-brand"> - <a class="navbar-item" href="https://bulma.io"> - <img src="icon.svg" style="height: 80%;"> Match Up - </a> + <div class="navbar-item"> + <img src="icon.png"> + </div> + <div class="navbar-item"> + Match Up + </div> </div> <div class="navbar-end"> <div class="field is-grouped is-grouped-right"> @@ -85,15 +88,15 @@ </section> </div> </section> - <footer class="footer"> - <div class="content has-text-centered"> - <p> - <strong>Match Up</strong> made with ❤️ by <a href="https://karanj.com">Karan</a>. The source code is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC BY-SA 4.0</a>. - </p> - </div> - </footer> <script src="index.js" type="module"></script> <script src="timer.js"></script> <script src="https://cdn.jsdelivr.net/npm/notyf@3/notyf.min.js"></script> </body> + <footer class="footer"> + <div class="content has-text-centered"> + <p> + <strong>Match Up</strong> made with ❤️ by <a href="https://karanj.com">Karan</a>. The source code is licensed <a href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">CC BY-SA 4.0</a>. Logo from <a href="https://www.flaticon.com/free-icons/shuttle-cock" title="shuttle cock icons">Flaticon</a>. + </p> + </div> + </footer> </html>
\ No newline at end of file |
