<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Edisford Design Cube</title>
<link rel="stylesheet" href="style.css?v=10">
</head>
<body>
<div class="scene">
<div class="cube">
<div class="cube-face front">FRONT</div>
<div class="cube-face back">BACK</div>
<div class="cube-face right">RIGHT</div>
<div class="cube-face left">LEFT</div>
<div class="cube-face top">TOP</div>
<div class="cube-face bottom">BOTTOM</div>
</div>
</div>
<script src="script.js?v=10"></script>
</body>
</html>