Skip to content

Commit

Permalink
Add links: append br
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Wu committed Feb 20, 2024
1 parent 3c26a93 commit ce28ba6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions other_apps/test_areas/app_links.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ <h1>Anchor</h1>

<a href="https://github.com/wjprogramer/public_resources/blob/master/flutter_tutorials/first_main.png?raw=true">
<img src="https://github.com/wjprogramer/public_resources/blob/master/flutter_tutorials/first_main.png?raw=true" alt="">
</a>
</a><br>

<a href="https://github.com/wjprogramer/public_resources/blob/master/flutter_tutorials/first_main.png?raw=true" target="_blank">Same link, but target is _blank</a>
<a href="https://github.com/wjprogramer/public_resources/blob/master/flutter_tutorials/first_main.png?raw=true" target="_blank">Same link, but target is _blank</a><br>

<a href="https://github.com/wjprogramer/public_resources/blob/master/flutter_tutorials/first_main.png?raw=true" target="_top">Same link, but target is _top</a>
<a href="https://github.com/wjprogramer/public_resources/blob/master/flutter_tutorials/first_main.png?raw=true" target="_top">Same link, but target is _top</a><br>

<h1>Should Cannot Open</h1>

<p>path not allowed</p>

<a href="https://github.com/wjprogramer/public_resources">https://github.com/wjprogramer/public_resources</a>
<a href="https://github.com/wjprogramer/public_resources">https://github.com/wjprogramer/public_resources</a><br>

<a href="https://github.com/wjprogramer/public_resources" target="_blank">Same link, but target is _blank</a>
<a href="https://github.com/wjprogramer/public_resources" target="_blank">Same link, but target is _blank</a><br>

<a href="https://github.com/wjprogramer/public_resources" target="_top">Same link, but target is _top</a>
<a href="https://github.com/wjprogramer/public_resources" target="_top">Same link, but target is _top</a><br>

</body>
</html>

0 comments on commit ce28ba6

Please sign in to comment.