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:
parent
685bfae069
commit
ca181a31f9
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue