1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-31 13:18:13 +00:00

Fix hrefs

This commit is contained in:
RGBCube 2023-12-19 13:41:37 +03:00
parent 685bfae069
commit ca181a31f9
No known key found for this signature in database

View file

@ -25,7 +25,7 @@
<meta property="og:url" content="https://rgbcube.github.io/" />
<link rel="canonical" href="https://rgbcube.github.io/">
<link href="/cube.css" rel="stylesheet">
<link href="cube.css" rel="stylesheet">
</head>
<body>
@ -96,7 +96,7 @@
<div class="scene">
<div class="cube">
<div class="face front">
<a href="/contact">
<a href="contact">
<div class="frame">
<p>contact</p>
</div>
@ -112,7 +112,7 @@
</div>
<div class="face back">
<a href="/">
<a href="">
<div class="frame">
<p></p>
</div>
@ -120,7 +120,7 @@
</div>
<div class="face bottom">
<a href="/">
<a href="">
<div class="frame">
<p></p>
</div>
@ -128,7 +128,7 @@
</div>
<div class="face right">
<a href="/">
<a href="">
<div class="frame">
<p></p>
</div>
@ -136,7 +136,7 @@
</div>
<div class="face left">
<a href="/">
<a href="">
<div class="frame">
<p></p>
</div>
@ -145,7 +145,7 @@
</div>
</div>
<script src="/cube.js"></script>
<script src="cube.js"></script>
</body>
</html>