commit 00c5cac0e6b56c8f2917b57ac801f9bf9852cf1d parent dbdb1505212b2665e512fd7a79eadf5398bfc165 Author: Yuval Langer <yuvallangerontheroad@gmail.com> Date: Tue, 28 Jul 2020 22:08:51 +0300 Add tau mandala index file. Diffstat:
A | html/tau-mandala/index.html | | | 11 | +++++++++++ |
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/html/tau-mandala/index.html b/html/tau-mandala/index.html @@ -0,0 +1,11 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"> + <title>τ mandala</title> + </head> + <body> + <p>Tau mandala idea stolen from <a href="https://youtube.com/c/Mathologer">Mathologer</a>'s T-shirt in his <a href="https://youtu.be/O1sPvUr0YC0">doubling cubes and squaring circles</a> video.</p> + <img width="500" height="500" src="tau-mandala.svg"></img> + </body> +</html>