From eab770a47816d7b2cbf4da082bb0dbaf9dada203 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 6 Jun 2025 00:24:03 +0200 Subject: [PATCH] Move CSS Reset to a separate CSS file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Although i wanted to keep everything in one file, it’s easier to develop this way. --- index.html | 52 +----------------------------------------------- static/reset.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 51 deletions(-) create mode 100644 static/reset.css diff --git a/index.html b/index.html index c356d25..f2cab1e 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ Cypher Player Assistant +