- -y something > YouTube Search
- -k something > Kissanime Search
- -d something > Duckduckgo Search
- -r something > Reddit Search
- Tab Key > Enable search
Open up index.html and look for this reoccuring pattern, card > links
<div class="card" id="Nadeshiko">
<a href='https://www.youtube.com' target='_blank'><button class="dropdown-item" type="button">YouTube</button></a>
<a href='https://reddit.com' target='_blank'><button class="dropdown-item" type="button">Reddit</button></a>
<a href='https://twitter.com' target='_blank'><button class="dropdown-item" type="button">Twitter</button></a>
<a href='https://www.instagram.com' target='_blank'><button class="dropdown-item" type="button">Instagram</button></a>
Make the necessary changes and reopen the HTML file in a browser.
Feel free to look around and mess around with whats there, it's not done yet, Enjoy~