Adds a target attribute within all <a> tags
Opens all the hyperlinks in a new tab/window
This commit is contained in:
10
index.html
10
index.html
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user