1
Fork 0
mirror of https://github.com/RGBCube/rgbcube.github.io synced 2025-05-30 20:58:13 +00:00
rgbcube.github.io/index.html
2023-11-22 15:21:07 +03:00

71 lines
No EOL
1.9 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website">
<title>RGBCube</title>
<meta name="author" content="RGBCube" />
<meta property="og:site_name" content="RGBCube" />
<meta property="og:title" content="RGBCube" />
<meta name="description" content="The official website and link portal of RGBCube and his work." />
<meta property="og:description" content="The official website and link portal of RGBCube and his work." />
<meta property="og:image" content="/thumbnail.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:height" content="" />
<meta property="og:image:width" content="" />
<meta property="og:url" content="https://rgbcube.github.io/" />
<link rel="canonical" href="https://rgbcube.github.io/">
</head>
<body>
<style>
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:wght@700&display=swap');
html {
background-color: #1D2021;
font-family: 'Bai Jamjuree', sans-serif;
}
</style>
<div class="cube">
<div class="cube cube-face-front">
<div class="button-frame">
<a href="/contact">contact</a>
</div>
</div>
<div class="cube cube-face-top">
<div class="button-frame">
<a href="https://github.com/RGBCube">github</a>
</div>
</div>
<div class="cube cube-face-back">
<div class="button-frame">
<a href="/"></a>
</div>
</div>
<div class="cube cube-face-bottom">
<div class="button-frame">
<a href="/"></a>
</div>
</div>
<div class="cube cube-face-right">
<div class="button-frame">
<a href="/"></a>
</div>
</div>
<div class="cube cube-face-left">
<div class="button-frame">
<a href="/"></a>
</div>
</div>
</div>
</body>
</html>