diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-14 23:41:37 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-14 23:41:37 +0000 |
| commit | 2297fe7dd7e45ffb194c4822d8bace80739b9649 (patch) | |
| tree | da53e5dc8b62f8a3890aead8a9190bfffd2b31d5 /iceyrazor | |
| parent | 48a596fa510ea48c2a7ecc6d8d7ee0ecb3d325b2 (diff) | |
i did this live on youtube btw
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> |
