Skip to content

Commit

Permalink
add navigation to user-agent test page
Browse files Browse the repository at this point in the history
  • Loading branch information
mounirlamouri authored Apr 5, 2024
1 parent 8a0c812 commit b4ec975
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions user-agent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<div>
<span class='title'>From ServiceWorker:</span> <span id='sw'></span>
</div>
<div>
<a href='index.html'>Same domain navigation</a>
</div>
<div>
<a href='https://google.com'>Different domain navigation</a>
</div>
</body>
<script>
// Window.
Expand Down

0 comments on commit b4ec975

Please sign in to comment.