diff options
Diffstat (limited to 'redro')
| -rw-r--r-- | redro/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/redro/index.html b/redro/index.html index 934c342..7e903bd 100644 --- a/redro/index.html +++ b/redro/index.html @@ -14,27 +14,27 @@ <h2>Where to find me</h2> - <div class="block"> + <section class="block"> <h3><a href="https://termer.net">termer</a></h3> <h4>[ https://termer.net ]</h4> <p>> my website</p> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3><a href="xmpp:redro@xmpp.wang">XMPP</a></h3> <h4>[ redro@xmpp.wang ]</h4> <p>> where to message me</p> - </div> + </section> <br> <h2>My projects</h2> - <div class="block"> + <section class="block"> <h3><a href="https://git.termer.net">forgejo</a></h3> <h4>[ https://git.termer.net ]</h4> <p>> code repos</p> - </div> + </section> <br> </body> |
