Skip to content

Commit

Permalink
M: typo on 'index.html'
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprex committed Sep 16, 2023
1 parent b678b3b commit 6c36334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1><a href='images_to_gif.html'>Images to GIF</a></h1>
</style>
<footer>
<button onclick="clearSiteCache()">Clear Site Cache</button>
<a target="_blank" href="https://github.com/zyprex/video_to_gif.html">Source Code</a>
<a target="_blank" href="https://github.com/zyprex/video_to_gif">Source Code</a>
<script type='application/javascript'>
function clearSiteCache() {
caches.delete('video_to_gif').then((ok) => {
Expand Down

0 comments on commit 6c36334

Please sign in to comment.