diff options
author | pdp8 <pdp8@pdp8.info> | 2024-03-04 23:13:40 +0100 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2024-03-04 23:13:40 +0100 |
commit | 0555b2cd77986d916968f1443e375fad005c8d43 (patch) | |
tree | 84112db3509f5d9b40fe41abd14fa6bc1c41303d /html | |
parent | 6b40f3b54efabb740e825ba3d94b5695c2b98ede (diff) |
html.rb separated, Makefile for website generation
Diffstat (limited to 'html')
-rw-r--r-- | html/head.html | 1 | ||||
-rw-r--r-- | html/style.css | 2 |
2 files changed, 1 insertions, 2 deletions
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 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0"> <title>pdp8</title> - <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.2.0/css/fork-awesome.min.css" integrity="sha256-XoaMnoYC5TH6/+ihMEnospgm0J1PM/nioxbOUdnM8HY=" crossorigin="anonymous"> <link rel="stylesheet" type="text/css" href="/style.css"> <link rel="icon" type="image/png" href="/pdp8.png"> <link rel="alternate" type="application/rss+xml" title="pdp8 rss feed" href="https://pdp8.info/rss.xml"> 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 +} |