diff options
Diffstat (limited to 'frosty/index.html')
| -rw-r--r-- | frosty/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/frosty/index.html b/frosty/index.html index 6e104a1..d1f2ded 100644 --- a/frosty/index.html +++ b/frosty/index.html @@ -14,27 +14,27 @@ <h2>Where to find me</h2> - <div class="block"> + <section class="block"> <h3><a href="https://bwaaa.monster">bwaaa</a></h3> <h4>[ https://bwaaa.monster ]</h4> <p>> my website</p> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3><a href="xmpp:frosty3x@conversations.im">XMPP</a></h3> <h4>[ frosty3x@conversations.im ]</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.bwaaa.monster">CGit</a></h3> <h4>[ https://git.bwaaa.monster ]</h4> <p>> code repos</p> - </div> + </section> <br> <a href="https://bwaaa.monster"><img height=31 width=88 src="../images/bwaaa.png"></a> |
