mirror of
				https://github.com/RGBCube/rgbcube.github.io
				synced 2025-10-30 22:42:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			71 lines
		
	
	
		
			No EOL
		
	
	
		
			1.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			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> | 
