home: add marquee, finished statusline
This commit is contained in:
parent
590239a365
commit
c1422e49d3
3 changed files with 68 additions and 5 deletions
|
|
@ -1,7 +1,11 @@
|
|||
<home-content>
|
||||
<welcome>
|
||||
<img src="/static/assets/images/welcome.webp" width="400px" alt="A welcome text in pink" />
|
||||
<p>Welcome to my little corner of the Web!</p>
|
||||
<marquee>
|
||||
{% for _ in 0..12 %}
|
||||
彡★Welcome to my little corner of the Web★彡
|
||||
{% endfor %}
|
||||
</marquee>
|
||||
</welcome>
|
||||
<boxes>
|
||||
<box id="bigbox">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue