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 | 68c1405e07c91eb0307b5c0ec91cc6ca52d51b4a (patch) | |
| tree | b6699371803214eb93ff017003f8cc43bba0563b /www/layouts/index.html | |
| parent | d4b2cffe7eea81b4f8e8d057781087b3be1fb3e2 (diff) | |
| download | crupest-68c1405e07c91eb0307b5c0ec91cc6ca52d51b4a.tar.gz crupest-68c1405e07c91eb0307b5c0ec91cc6ca52d51b4a.tar.bz2 crupest-68c1405e07c91eb0307b5c0ec91cc6ca52d51b4a.zip | |
feat(www): update css.
Diffstat (limited to 'www/layouts/index.html')
| -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 }} | 
