diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-03-29 17:49:09 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-03-29 17:49:09 +0800 |
commit | 50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1 (patch) | |
tree | 73c5226d2968876ae1f333122b05e60c22c14bd1 /www/layouts | |
parent | 30f2ab82a7051d32cbbe975c978603ff46d35946 (diff) | |
download | crupest-50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1.tar.gz crupest-50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1.tar.bz2 crupest-50a5b5f2f67e27d7f63e96f3a71fa30800ec73c1.zip |
feat(www): update css.
Diffstat (limited to 'www/layouts')
-rw-r--r-- | www/layouts/index.html | 4 |
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 }} |