Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kingdido999 committed May 9, 2021
1 parent 62f5c88 commit 465ad4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<title>Zooming</title>
<meta name="description" content="Image zoom that makes sense.">
<meta name="keywords" content="Image,Zoom,Image Zoom,JavaScript">
<meta name="author" content="Desmond Ding">
<meta name="author" content="Pengcheng Ding">

<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
Expand Down Expand Up @@ -207,7 +207,7 @@ <h4>Image zoom that makes sense.</h4>

const copyright = 'Copyright Β© ' +
new Date().getFullYear() +
' <a href="https://github.com/kingdido999">Desmond Ding</a>' +
' <a href="https://github.com/kingdido999">Pengcheng Ding</a>' +
' and other <a href="https://github.com/kingdido999/zooming/graphs/contributors">contributors</a>'

document.getElementById('copyright').innerHTML = copyright
Expand Down

0 comments on commit 465ad4b

Please sign in to comment.