Skip to content

Commit

Permalink
Fix external links
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmac authored Mar 30, 2024
1 parent 835caa4 commit 16ed99e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ <h1>Ferry Schedule</h1>
<div class="toolbar">
<h1>Live Map (AIS)</h1>
<a href="#" class="back">Back</a>
<a href="https://www.marinetraffic.com/en/ais/home/centerx:-76.453/centery:44.216/zoom:13" rel="external" class="button">Open <i class="bi bi-box-arrow-up-right"></i></a>
<a href="https://www.marinetraffic.com/en/ais/home/centerx:-76.453/centery:44.216/zoom:13" rel="external" target="_blank" class="button">Open <i class="bi bi-box-arrow-up-right"></i></a>
</div>
<div>
<template class="jit-content">
Expand All @@ -528,7 +528,7 @@ <h1>Live Map (AIS)</h1>
<div class="toolbar">
<h1>@WolfeIslander3</h1>
<a href="#" class="back">Back</a>
<a href="https://twitter.com/WolfeIslander3" rel="extenal" class="button">Open <i class="bi bi-box-arrow-up-right"></i></a>
<a href="https://twitter.com/WolfeIslander3" rel="extenal" target="_blank" class="button">Open <i class="bi bi-box-arrow-up-right"></i></a>
</div>
<div>
<a class="twitter-timeline"
Expand All @@ -546,7 +546,7 @@ <h1>@WolfeIslander3</h1>
<div class="toolbar">
<h1>@MIHomeYGK</h1>
<a href="#" class="back">Back</a>
<a href="https://twitter.com/MIHomeYGK" rel="extenal" class="button">Open <i class="bi bi-box-arrow-up-right"></i></a>
<a href="https://twitter.com/MIHomeYGK" rel="extenal" target="_blank" class="button">Open <i class="bi bi-box-arrow-up-right"></i></a>
</div>
<div>
<a class="twitter-timeline"
Expand Down

0 comments on commit 16ed99e

Please sign in to comment.