<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./style.css">
<script src="./index.js"></script>
</head>
<style>
</style>
<body>
<div class="cube-container">
<div class="cube">
<div class="cube-face front">前</div>
<div class="cube-face back">后</div>
<div class="cube-face left">左</div>
<div class="cube-face right">右</div>
<div class="cube-face top">上</div>
<div class="cube-face bottom">下</div>
</div>
</div>
</body>
</html>
index.html
style.css
index.js
index.html