Adds a target attribute within all <a> tags

Opens all the hyperlinks in a new tab/window
This commit is contained in:
Chandrashekhar R
2021-08-30 18:09:41 +04:00
parent f0bdb44e7c
commit c83ebbe149

View File

@@ -18,10 +18,10 @@
<p><b>Project:</b></p>
<ul>
<li>
<a href="https://github.com/Akilan1999/p2p-rendering-computation">P2PRC on GitHub</a>
<a href="https://github.com/Akilan1999/p2p-rendering-computation" target="_blank">P2PRC on GitHub</a>
</li>
<li>
<a href="https://discord.gg/b4nRGTjYqy">P2PRC Discord Server</a> <span style="color: red;">(join here to chat!)</span>
<a href="https://discord.gg/b4nRGTjYqy" target="_blank">P2PRC Discord Server</a> <span style="color: red;">(join here to chat!)</span>
</li>
</ul>
@@ -45,14 +45,14 @@
<ul>
<li>
<b><a href="https://akilan.io">Akilan Selvacoumar</a></b>
<b><a href="https://akilan.io" target="_blank">Akilan Selvacoumar</a></b>
</li>
</ul>
<p><b>Other links:</b></p>
<ul>
<li><a href="https://www.youtube.com/channel/UChy18QB1hBzZ7MniIW_FJvQ">Akilan Selvacoumar on YouTube</a></li>
<li><a href="https://akilan.io/projects/p2prc/">Project info from akilan.io</a></li>
<li><a href="https://www.youtube.com/channel/UChy18QB1hBzZ7MniIW_FJvQ" target="_blank">Akilan Selvacoumar on YouTube</a></li>
<li><a href="https://akilan.io/projects/p2prc/" target="_blank">Project info from akilan.io</a></li>
</ul>