diff options
Diffstat (limited to 'fcc/index.html')
| -rw-r--r-- | fcc/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fcc/index.html b/fcc/index.html index 5bd884a..14ab9cb 100644 --- a/fcc/index.html +++ b/fcc/index.html @@ -14,29 +14,29 @@ <h2>Where to find me</h2> - <div class="block"> + <section class="block"> <h3><a href="https://cloudnuke.org">cloudnuke</a></h3> <h4>[ https://cloudnuke.org ]</h4> <p>> my website</p> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3><a href="xmpp:realfcc@xmpp.cloudnuke.org">XMPP</a></h3> <h4>[ realfcc@xmpp.cloudnuke.org ]</h4> <p>> where to message me</p> - </div> + </section> <br> <h2></h2> <h2>My projects</h2> - <div class="block"> + <section class="block"> <h3><a href="https://codeberg.org/RealFCC">Codeberg</a></h3> <h4>[ https://codeberg.org/RealFCC ]</h4> <p>> code repos</p> - </div> + </section> <br> <a href="https://cloudnuke.org"><img height=31 width=88 src="../images/cloudnuke.png"></a> |
