Changed the <font> tag to <span>
Replaces <font> with <span> to add CSS properties to the text Thereby meeting HTML5 standards
This commit is contained in:
@@ -17,8 +17,12 @@
|
||||
|
||||
<p><b>Project:</b></p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/Akilan1999/p2p-rendering-computation">P2PRC on GitHub</a></li>
|
||||
<li><a href="https://discord.gg/b4nRGTjYqy">P2PRC Discord Server</a> <font color="red">(join here to chat!)</font></li>
|
||||
<li>
|
||||
<a href="https://github.com/Akilan1999/p2p-rendering-computation">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>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p><b>Community Server to download public network</b></p>
|
||||
|
||||
Reference in New Issue
Block a user