Made the username <bdi>

This commit is contained in:
Natty 2024-01-01 23:18:00 +01:00
parent 87d785560f
commit 164222f9c6
No known key found for this signature in database
GPG key ID: BF6CB659ADEE60EC

View file

@ -23,14 +23,14 @@
<span id="outInfo"></span>
<br><br>
<!-- Canvas for the final Image -->
<canvas id="canvas" width="1000" height="1000" style="background-color: gray">
<canvas id="canvas" width="1000" height="1000" style="background-color: grey">
</canvas>
<br>
<!-- List of all people in Circle -->
<div id="outDiv">
<em>Click a user below to visit their profile.</em>
<h2><span id="outSelfUser"></span>'s Fedi Circle</h2>
<h2><bdi id="outSelfUser"></bdi>'s Fedi Circle</h2>
<div id="usersDiv">
<div id="ud1" class="userSubDiv"></div>