Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
✨ feat(updatebox): update the update box
Browse files Browse the repository at this point in the history
  • Loading branch information
punkfairie committed Sep 28, 2024
1 parent cde99a2 commit 59924c1
Show file tree
Hide file tree
Showing 2 changed files with 147 additions and 145 deletions.
32 changes: 16 additions & 16 deletions src/index.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ layout: layout.liquid
---

<p>
Hello! Welcome to <i>punkfairie.net.</i> This is my little home on the web, and also serves as a directory for my
other sites!
Hello! Welcome to <i>punkfairie.net.</i> This is my little home on the web, and also serves as a directory for my
other sites!
</p>

<div class="UpdateBox">
<h2 class="Title--sizeH4">8 June 2023</h2>
<p>New rainbow layout finished!</p>
<h2 class="Title--sizeH4">28 Sept 2024</h2>
<p>New <a class="Link" href="/diary/">diary post</a> added; various small tweaks.</p>
</div>

<!-- BEGIN CBOX - www.cbox.ws - v4.3 -->
<div id="cboxdiv" class="Cbox">
<div class="Cbox-messages">
<!--suppress HtmlDeprecatedAttribute -->
<iframe src="https://www3.cbox.ws/box/?boxid=3514647&boxtag=MuJsN5&sec=main" marginheight="0" marginwidth="0"
frameborder="0" width="100%" height="100%" scrolling="auto" allowtransparency="yes"
name="cboxmain3-3514647" id="cboxmain3-3514647"></iframe>
</div>
<div class="Cbox-form">
<!--suppress HtmlDeprecatedAttribute -->
<iframe src="https://www3.cbox.ws/box/?boxid=3514647&boxtag=MuJsN5&sec=form" allow="autoplay" marginheight="0"
marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="no" allowtransparency="yes"
name="cboxform3-3514647" id="cboxform3-3514647"></iframe>
</div>
<div class="Cbox-messages">
<!--suppress HtmlDeprecatedAttribute -->
<iframe src="https://www3.cbox.ws/box/?boxid=3514647&boxtag=MuJsN5&sec=main" marginheight="0" marginwidth="0"
frameborder="0" width="100%" height="100%" scrolling="auto" allowtransparency="yes" name="cboxmain3-3514647"
id="cboxmain3-3514647"></iframe>
</div>
<div class="Cbox-form">
<!--suppress HtmlDeprecatedAttribute -->
<iframe src="https://www3.cbox.ws/box/?boxid=3514647&boxtag=MuJsN5&sec=form" allow="autoplay" marginheight="0"
marginwidth="0" frameborder="0" width="100%" height="100%" scrolling="no" allowtransparency="yes"
name="cboxform3-3514647" id="cboxform3-3514647"></iframe>
</div>
</div>
<!-- END CBOX -->
Loading

0 comments on commit 59924c1

Please sign in to comment.