diff options
| author | crupest <crupest@outlook.com> | 2023-07-07 21:05:04 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2023-07-07 21:05:04 +0800 | 
| commit | fcc2f9dade8de831fa5ec4121c4bf4522674b87f (patch) | |
| tree | 7c7825b3b6bf7caddd8d9c05901a72da6c5ea764 /docker/crupest-nginx/sites/www/index.html | |
| parent | 2a53355cac217046f6bd251be3f2b27e9c7d790d (diff) | |
| download | crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.tar.gz crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.tar.bz2 crupest-fcc2f9dade8de831fa5ec4121c4bf4522674b87f.zip | |
Update www page.
Diffstat (limited to 'docker/crupest-nginx/sites/www/index.html')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 11 | 
1 files changed, 6 insertions, 5 deletions
| diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 977b5f1..89fc42e 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -4,14 +4,16 @@  <head>    <meta charset="UTF-8" />    <meta http-equiv="X-UA-Compatible" content="IE=edge"> -  <link rel="icon" href="/favicon.ico" /> +  <link rel="icon" href="./favicon.ico" />    <meta name="viewport" content="width=device-width, initial-scale=1.0" />    <title>crupest</title>  </head>  <body>    <div id="color-strip-container"></div> -  <div id="slogan">The world is full of pain, but we can fix it with love!</div> +  <div id="slogan"> +    <span class="slogan-text">The world is full of pain, but we can fix it with love!</span> +  </div>    <article id="main-article">      <iframe id="music-163" frameborder="no" border="0" marginwidth="0" marginheight="0" width=330 height=86        src="//music.163.com/outchain/player?type=2&id=30064146&auto=1&height=66"></iframe> @@ -43,7 +45,6 @@        <li><a href="https://code.crupest.life" target="_blank">https://code.crupest.life</a>: Browser based vscode with          <a href="https://github.com/coder/code-server" target="_blank">code-server</a>.        </li> -      <li><a href="/secrets.html">https://crupest.life/secrets</a>: Manage secrets for some services.</li>      </ul>      <p>If you wish to deploy similar services like mine, you are in the right place. Take a look at <a          href="https://github.com/crupest/crupest" target="_blank">https://github.com/crupest/crupest</a> and there is @@ -75,7 +76,7 @@        </p>      </footer>    </article> -  <script type="module" src="/src/main.js"></script> +  <script type="module" src="./src/main.js"></script>  </body> -</html> +</html>
\ No newline at end of file | 
