summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--website/src/index.html18
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>