Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-self authored Nov 28, 2024
1 parent 2473cae commit ba23d3c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,18 @@
margin-left: auto;
margin-right: auto;
}
footer {
margin-top: 20px;
font-size: 14px;
color: #888;
}
footer a {
color: #005f50;
text-decoration: none;
}
footer a:hover {
text-decoration: underline;
}
</style>

<script async defer src="https://buttons.github.io/buttons.js"></script>
Expand All @@ -115,5 +127,10 @@ <h1>YT Ringtones</h1>
>
<button onclick="copyCommand()">install</button>
<img id="thankYouImage" src="./yt.png" alt="Thank You!" />


<footer>
<p>on Github&nbsp;<a href="https://github.com/sudo-self/ytr.py.git/" target="_blank">ytr.py</a></p>
</footer>
</body>
</html>

0 comments on commit ba23d3c

Please sign in to comment.