diff options
| author | crupest <crupest@outlook.com> | 2023-07-17 18:56:50 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-07-17 18:56:50 +0800 | 
| commit | e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76 (patch) | |
| tree | 96e24e7fc2cd6f84ad632e48a5bc886d51e0fa61 /docker/crupest-nginx/sites/www/index.html | |
| parent | e26541d21e4bc04d71745161a848eba49f52593a (diff) | |
| download | crupest-e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76.tar.gz crupest-e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76.tar.bz2 crupest-e866c53349b839c3e8bf44a6ff5aa4cb2e44ac76.zip  | |
Now we have a bad slogan.
Diffstat (limited to 'docker/crupest-nginx/sites/www/index.html')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 3cb0b65..f416232 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -11,13 +11,14 @@  <body>    <div id="color-strip-container"></div> -  <div id="slogan"> +  <div id="slogan" class="good">      <span class="slogan-text">The world is full of pain, but we can fix it with love!</span>    </div>    <article id="main-article">      <h1 id="title">Hello! This is crupest.</h1>      <p>Welcome to my home page! I'm very glad to meet you here.</p> -    <p>If you have something interesting to share with me, feel free to reach me via email at <a href="mailto:crupest@outlook.com">crupest@outlook.com</a> or, of course, <a +    <p>If you have something interesting to share with me, feel free to reach me via email at <a +        href="mailto:crupest@outlook.com">crupest@outlook.com</a> or, of course, <a          href="mailto:I@crupest.life">I@crupest.life</a>. You can also fire an issue in        any repo on GitHub. Here is the link to my GitHub profile, <a          href="https://github.com/crupest">https://github.com/crupest</a>.</p>  | 
