From 0555b2cd77986d916968f1443e375fad005c8d43 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Mon, 4 Mar 2024 23:13:40 +0100 Subject: html.rb separated, Makefile for website generation --- html/head.html | 1 - html/style.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'html') diff --git a/html/head.html b/html/head.html index 78f38da..daf67fa 100644 --- a/html/head.html +++ b/html/head.html @@ -6,7 +6,6 @@ pdp8 - diff --git a/html/style.css b/html/style.css index dbf2307..8478ca3 100644 --- a/html/style.css +++ b/html/style.css @@ -157,4 +157,4 @@ audio::-webkit-media-controls-panel { #prev:active, #next:active { color: black; -} \ No newline at end of file +} -- cgit v1.2.3