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

Add undone index.html

This commit is contained in:
RGBCube 2023-11-22 15:18:57 +03:00
parent 5b10b94b0b
commit 7090d93fcd
No known key found for this signature in database

68
index.html Normal file
View file

@ -0,0 +1,68 @@
<!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>
html {
background-color: #1D2021;
}
</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>