From c6d87312cab54df19be647e252a8b5a5a5072f47 Mon Sep 17 00:00:00 2001 From: Luca Conte Date: Wed, 14 May 2025 14:59:30 +0200 Subject: [PATCH] add copyright and link to source code --- public/index.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/public/index.html b/public/index.html index 389debf..27886e2 100644 --- a/public/index.html +++ b/public/index.html @@ -121,6 +121,18 @@ .lookAt { color: #a6e3a1; } + + #copyright { + position: absolute; + bottom: var(--padding); + right: var(--padding); + text-shadow: 0px 0px 10px black; + text-align: right; + } + + #copyright a { + color: #89b4fa; + } @@ -137,6 +149,10 @@ Backface Culling: +