diff options
| author | crupest <crupest@outlook.com> | 2022-12-01 11:11:31 +0800 | 
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-12-01 11:11:31 +0800 | 
| commit | 51a27e2b448b74859a1787f706bb6e3190b95ac0 (patch) | |
| tree | 0b63ccbd70e2470bd543f73dbb17ad6b53b96bac /docker/crupest-nginx/sites/www/index.html | |
| parent | f21911cd6dcf10388591e91d1e07ce7379f0fac2 (diff) | |
| download | crupest-51a27e2b448b74859a1787f706bb6e3190b95ac0.tar.gz crupest-51a27e2b448b74859a1787f706bb6e3190b95ac0.tar.bz2 crupest-51a27e2b448b74859a1787f706bb6e3190b95ac0.zip  | |
Fix favicon and add footer.
Diffstat (limited to 'docker/crupest-nginx/sites/www/index.html')
| -rw-r--r-- | docker/crupest-nginx/sites/www/index.html | 6 | 
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/crupest-nginx/sites/www/index.html b/docker/crupest-nginx/sites/www/index.html index 5142755..1bfdee7 100644 --- a/docker/crupest-nginx/sites/www/index.html +++ b/docker/crupest-nginx/sites/www/index.html @@ -4,7 +4,7 @@  <head>    <meta charset="UTF-8" />    <meta http-equiv="X-UA-Compatible" content="IE=edge"> -  <link rel="icon" type="image/svg+xml" href="/vite.svg" /> +  <link rel="icon" href="/favicon.ico" />    <meta name="viewport" content="width=device-width, initial-scale=1.0" />    <title>crupest</title>  </head> @@ -49,6 +49,10 @@      <p id="todo-message">Fetching...</p>      <ul id="todo-container">      </ul> +    <footer> +      <p>That's all of me. Contact me if you have any problems.</p> +      <p>© 2022 crupest under <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC BY-NC 4.0 License</a></p> +    </footer>    </article>    <script type="module" src="/src/main.js"></script>  </body>  | 
