diff options
Diffstat (limited to 'nzuum')
| -rw-r--r-- | nzuum/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/nzuum/index.html b/nzuum/index.html index e7b746e..5008bb4 100644 --- a/nzuum/index.html +++ b/nzuum/index.html @@ -14,28 +14,28 @@ <h2>Where to find me</h2> - <div class="block"> + <section class="block"> <h3><a href="https://youtube.com/@nzuum">YouTube</a></h3> <h4>[ https://youtube.com/@nzuum ]</h4> <p>> music & videos</p> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3><a href="https://soundcloud.com/nzuum">Soundcloud</a></h3> <h4>[ https://soundcloud.com/nzuum ]</h4> <p>> music</p> - </div> + </section> <br> <h2>My projects</h2> - <div class="block"> + <section class="block"> <h3><a href="https://codeberg.org/nzuum">codeberg</a></h3> <h4>[ https://codeberg.org/nzuum ]</h4> <p>> code repos</p> <p>--> [ check out <a href="https://codeberg.org/nzuum/fetchit">fetchit</a> ]</p> - </div> + </section> <br> </body> |
