From 814a98e2cb79590816053a494b2c786a2f97c607 Mon Sep 17 00:00:00 2001 From: Sahil Talreja <111953275+SahilTalrejacoder@users.noreply.github.com> Date: Fri, 26 Aug 2022 15:49:00 +0530 Subject: [PATCH] Added a new resource Hey, I have added a reference link for CSS (Cascading Style Sheets) under the Fragment server. I came upon this article while looking for resources to learn CSS. This citation, in my opinion, will enhance the content of this article. Hope that my contribution will benefit other learners. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f6a00a..a027110 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Note that they will be merged with headers from `primary` fragment & may be over ### Fragment server A fragment is an http(s) server that renders only the part of the page and sets `Link`, `x-head-title`, `x-head-meta` -headers (valid only for primary fragment) to provide urls to CSS and JavaScript resources. +headers (valid only for primary fragment) to provide urls to [CSS](https://www.scaler.com/topics/css/) and JavaScript resources. Primary fragment possible response headers: * `Link` - Check [reference](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Link).