diff options
Diffstat (limited to 'iceyrazor')
| -rw-r--r-- | iceyrazor/index.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/iceyrazor/index.html b/iceyrazor/index.html index 677f288..c8970ef 100644 --- a/iceyrazor/index.html +++ b/iceyrazor/index.html @@ -14,34 +14,34 @@ <h2>Where to find me</h2> - <div class="block"> + <section class="block"> <h3><a href="https://iceyfox.xyz">frost box</a></h3> <h4>[ https://iceyfox.xyz ]</h4> <p>> my website</p> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3><a href="http://iceyfox.i2p">i2p frost box</a></h3> <h4>[ http://iceyfox.i2p ]</h4> <p>> my eepsite</p> - </div> + </section> <br> <h2>My projects</h2> - <div class="block"> + <section class="block"> <h3><a href="https://git.iceyfox.xyz">CGit</a></h3> <h4>[ https://git.iceyfox.xyz ]</h4> <p>> code repos</p> - </div> + </section> <br> - <div class="block"> + <section class="block"> <h3><a href="http://2mvxnxi2kkemhpcnkobngvap4sxvvi4mcunjaz7xd2zt42lwtkkq.b32.i2p">i2p CGit</a></h3> <h4>[ http://2mvxnxi2kkemhpcnkobngvap4sxvvi4mcunjaz7xd2zt42lwtkkq.b32.i2p ]</h4> <p>> code repos over i2p</p> - </div> + </section> <br> </body> |
