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:
parent
5b10b94b0b
commit
7090d93fcd
1 changed files with 68 additions and 0 deletions
68
index.html
Normal file
68
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue