diff options
| author | Nicolas Paul <n@nc0.fr> | 2023-03-23 17:55:29 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-23 17:55:29 +0100 |
| commit | 7a57d144103b133ec5165bca19dff244f63ba215 (patch) | |
| tree | 627e6dc24950cf1af92602e312daad9cfe81c6d4 | |
| parent | 44d9723bc66c8e70667759984a4867960007bee6 (diff) | |
Update site's domain
| -rw-r--r-- | website/src/index.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/website/src/index.html b/website/src/index.html index ab15699..70fdc85 100644 --- a/website/src/index.html +++ b/website/src/index.html @@ -5,8 +5,8 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow"> - <link rel="apple-touch-icon" sizes="180x180" href="https://clawflake.nc0.fr/assets/img/crab.png"> - <link rel="icon" type="image/png" sizes="32x32" href="https://clawflake.nc0.fr/assets/img/crab.png"> + <link rel="apple-touch-icon" sizes="180x180" href="/assets/img/crab.png"> + <link rel="icon" type="image/png" sizes="32x32" href="/assets/img/crab.png"> <title>Clawflake | Distributed ID Generator</title> <!-- OpenGraph --> <meta property="og:title" content="Clawflake"/> @@ -31,11 +31,11 @@ <body> <nav class="container"> <ul> - <li><img src="https://clawflake.nc0.fr/assets/img/crab.png" alt="crab" height="80" width="80"></li> + <li><img src="/assets/img/crab.png" alt="crab" height="80" width="80"></li> </ul> <ul> - <li><a href="https://www.nc0.fr" role="button">nc0</a></li> - <li><a href="https://clawflake.nc0.fr/license.txt" role="button"> + <li><a href="https://nicolaspl.com" role="button">nc0</a></li> + <li><a href="/license.txt" role="button"> License</a></li> <li><a href="https://github.com/n1c00o/clawflake" role="button">Source</a></li> </ul> @@ -175,13 +175,13 @@ <div> <h3>Links</h3> <ul> - <li><a href="https://www.nc0.fr">nc0</a></li> - <li><a href="https://clawflake.nc0.fr">Site</a></li> + <li><a href="https://nicolaspl.com">nc0</a></li> + <li><a href="/">Site</a></li> <li><a href="https://github.com/n1c00o/clawflake">Source</a></li> - <li><a href="https://clawflake.nc0.fr/license.txt">License</a></li> + <li><a href="/license.txt">License</a></li> </ul> </div> </div> </footer> </body> -</html>
\ No newline at end of file +</html> |
