Skip to content

Commit

Permalink
feat: Add google site verification
Browse files Browse the repository at this point in the history
  • Loading branch information
Bigismall committed Nov 10, 2024
1 parent 0d13bee commit 6a289f6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
<title>Map on photo - add map thumbnail to your photo!</title>
<meta charset="utf-8" />
<meta name="author" content="Slavo" />
<meta name="theme-color" content="#2c3e50">
<meta name="theme-color" content="#2c3e50" />
<meta name="description"
content="Add a map to any photo. Use the GPS position stored in the photo (EXIF data) to apply a thumbnail map image to the photo.
Your photo does not have a GPS position? No problem, you can set it manually! Everything is happen directly in browser and no data is stored on page">
Your photo does not have a GPS position? No problem, you can set it manually! Everything is happen directly in browser and no data is stored on page" />
<meta name="google-site-verification" content="gnuvMvoXU14y3JU8P2d5-2-lDvhffeRayCGOaHY6p9g" />
<link href="assets/apple-touch-icon.png" rel="apple-touch-icon" sizes="180x180" />
<link href="assets/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png" />
<link href="assets/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png" />
Expand All @@ -22,7 +23,7 @@
</aside>
<aside class="download download--hidden">
<a class="download__input download__input--action" download href="#" id="js-download">Download image</a>
<button class="download__input download__input--share" id="js-share">Share image</a>
<button class="download__input download__input--share" id="js-share">Share image</button>
<button class="download__input js-reset">Try another image</button>
</aside>
<aside class="map map--hidden map--center">
Expand Down

0 comments on commit 6a289f6

Please sign in to comment.