index.html
632 B · html · 16 lines
1<!doctype html>2<html lang="en" data-prefix="mrly-">3<head>4<meta charset="utf-8">5<meta name="viewport" content="width=device-width, initial-scale=1">6<title>The slices</title>7<meta name="description" content="The central diagonal cut of a cube of odd side n = 2k-1 is a regular hexagon of 6n^2 unit triangles, and a design's parity rule fills them into many pieces or one pierced piece as k alternates.">8<meta name="shelf" content="sections">9<meta name="order" content="2">10<link rel="stylesheet" href="../../lib/mrly.css">11</head>12<body>13<div id="root"></div>14<script type="module" src="./index.jsx"></script>15</body>16</html>