aboutsummaryrefslogtreecommitdiff
path: root/www/layouts
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-29 17:49:09 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-29 17:49:09 +0800
commit84e614d7bed2d30930344c427ff227558162d0c6 (patch)
tree2c1b3689be82c4dffdea4d1d006ec015854d911a /www/layouts
parentecc045c85422d593b2614502478ff95a841725fd (diff)
downloadcrupest-84e614d7bed2d30930344c427ff227558162d0c6.tar.gz
crupest-84e614d7bed2d30930344c427ff227558162d0c6.tar.bz2
crupest-84e614d7bed2d30930344c427ff227558162d0c6.zip
feat(www): update css.
Diffstat (limited to 'www/layouts')
-rw-r--r--www/layouts/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/layouts/index.html b/www/layouts/index.html
index 7b33a6a..7c608f1 100644
--- a/www/layouts/index.html
+++ b/www/layouts/index.html
@@ -22,7 +22,7 @@
{{ define "content"}}
<img id="avatar" src="/avatar.png" alt="My avatar" width="80" height="80" />
- <h1 id="title">Hello! This is <span id="title-name">crupest</span> !</h1>
+ <h1 id="title">Hello! This is <code>crupest</code> !</h1>
<hr />
<section>
<p>Welcome to my home page! Nice to meet you here! 🥰</p>
@@ -89,4 +89,4 @@
</figcaption>
</figure>
</section>
-{{ end }} \ No newline at end of file
+{{ end }}