mirror of
https://github.com/MrEidam/CubeTime.git
synced 2026-06-28 15:39:25 +00:00
Version 2
This commit is contained in:
30
index.html
Normal file
30
index.html
Normal file
@@ -0,0 +1,30 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Cube - Time</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="./img/icon.png">
|
||||
</head>
|
||||
<body>
|
||||
<div class="cube">
|
||||
<div class="top"></div>
|
||||
<div>
|
||||
<span style="--i:0;">
|
||||
<p class="side"></p>
|
||||
</span>
|
||||
<span style="--i:1;">
|
||||
<p class="side"></p>
|
||||
</span>
|
||||
<span style="--i:2;">
|
||||
<p class="side"></p>
|
||||
</span>
|
||||
<span style="--i:3;">
|
||||
<p class="side"></p>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user