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> <span id="outInfo"></span>
<br><br> <br><br>
<!-- Canvas for the final Image --> <!-- 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> </canvas>
<br> <br>
<!-- List of all people in Circle --> <!-- List of all people in Circle -->
<div id="outDiv"> <div id="outDiv">
<em>Click a user below to visit their profile.</em> <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="usersDiv">
<div id="ud1" class="userSubDiv"></div> <div id="ud1" class="userSubDiv"></div>
@ -47,4 +47,4 @@
<!-- Preload the background image --> <!-- Preload the background image -->
<div style="display:none;"><img id="mieke_bg" src="background.png" width="1000" height="1000" /></div> <div style="display:none;"><img id="mieke_bg" src="background.png" width="1000" height="1000" /></div>
</body> </body>
</html> </html>