Skip to content

Commit

Permalink
fix: link naming erorrs
Browse files Browse the repository at this point in the history
  • Loading branch information
zyndly committed Oct 31, 2022
1 parent 29a484f commit 8c8f82e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h2 class="text-lime-600 mt-10">
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/ramos/index.html">Ramos</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/san-clemente/index.html">San Clemente</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/san-manuel/index.html">San Manuel</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/san-ignacia/index.html">Sta. Ignacia</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/sta-ignacia/index.html">Sta. Ignacia</a>
</div>

<h2 class="text-lime-600 mt-10">
Expand Down
2 changes: 1 addition & 1 deletion tours/district-1/camiling/town-center/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta name="description" content="Virtual Tour"/>
<script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create", "UA-116087-1", "auto"); ga("send", "pageview");ga("create", "UA-116087-3", "auto", "client1"); ga("client1.send", "pageview");</script>
<title>Camilin Town Center</title>
<title>Camiling Town Center</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=0.5, width=device-width" />
Expand Down
2 changes: 1 addition & 1 deletion tours/district-1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2 class="text-lime-600 mt-10">
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/ramos/index.html">Ramos</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/san-clemente/index.html">San Clemente</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/san-manuel/index.html">San Manuel</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/san-ignacia/index.html">Sta. Ignacia</a>
<a class="cursor-pointer px-3 py-1 mx-2 hover:bg-lime-800 text-white rounded-full" href="/tours/district-1/sta-ignacia/index.html">Sta. Ignacia</a>
</div>
<!--End of Region-->
</div>
Expand Down
1 change: 1 addition & 0 deletions tours/district-1/pura/town-center/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<meta name="description" content="Virtual Tour"/>
<script>(function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create", "UA-116087-1", "auto"); ga("send", "pageview");ga("create", "UA-116087-3", "auto", "client1"); ga("client1.send", "pageview");</script>
<title>Pura Town Center</title>
<link rel="icon" type="image/x-icon" href="/images/favicon/favicon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="user-scalable=no, initial-scale=0.5, width=device-width" />
<script src="lib/tdvplayer.js"></script>
Expand Down

1 comment on commit 8c8f82e

@vercel
Copy link

@vercel vercel bot commented on 8c8f82e Oct 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tarlac-tours – ./

tarlac-tours.vercel.app
tarlac-tours-git-main-zyndly.vercel.app
tarlac-tours-zyndly.vercel.app

Please sign in to comment.