Change p to div

This commit is contained in:
Anthony Wang 2021-05-20 22:15:08 -05:00
parent 47fad942bc
commit e1f0e991a4
Signed by untrusted user: a
GPG key ID: 6FD3502572299774

View file

@ -2,7 +2,7 @@
<!--I has no HTML skillz-->
<html>
<body>
<p style="text-align:center;font-family:monospace;font-size:16px;">
<div style="text-align:center;font-family:monospace;font-size:16px;">
<br>
<img src="dodecahedra/origami-dodecahedron-adjusted.png" alt="Origami dodecahedron" height="324" width="324">
<br>
@ -26,6 +26,6 @@
<br>
<a href="https://exozy.me">exozyme</a>
<br>
</p>
</div>
</body>
</html>