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:
Chandrashekhar R
2021-08-30 16:58:35 +04:00
parent fd9d5e1419
commit f0bdb44e7c

View File

@@ -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>