diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 14:55:33 +0100 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2025-11-12 14:55:33 +0100 |
| commit | 0878eeb2200d609930ba597699933ed852e3ee98 (patch) | |
| tree | 56ed7dd3c8074b6828e57b4025a3ebcacb8b8d6e /index.html | |
| parent | 2b5a120bd3900d5cecbe355d336a4ea8d3a1b31a (diff) | |
Added my name!
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -71,6 +71,13 @@ </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> |
