From 6cea612186f1e75cfdd87621fbfcdc44a7f133c4 Mon Sep 17 00:00:00 2001 From: Alexander Repeta <alexander.repeta@gmail.com> Date: Fri, 26 Mar 2021 16:11:05 +0200 Subject: [PATCH] add modern-normalize --- package.json | 2 +- src/index.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8cb7dd5..efd65dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parcel-project-template", - "version": "1.0.0", + "version": "1.1.0", "description": "", "main": "index.js", "homepage": "https://goitacademy.github.io/parcel-project-template", diff --git a/src/index.html b/src/index.html index 6967c88..68a9145 100644 --- a/src/index.html +++ b/src/index.html @@ -4,6 +4,12 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Заголовок Ñтраницы</title> + <link + rel="stylesheet" + href="https://cdnjs.cloudflare.com/ajax/libs/modern-normalize/1.0.0/modern-normalize.min.css" + integrity="sha512-ISS7cAi1PEhQ8jnbJpJZMd29NlhNj4AWYyLOSp2CE/CsHxTCu+r+t0D2yoJudVrd0/8fTVPUVDzY5Tvli75u/g==" + crossorigin="anonymous" + /> </head> <body> <!-- Так добавлÑÑŽÑ‚ÑÑ Ñ„Ñ€Ð°Ð³Ð¼ÐµÐ½Ñ‚Ñ‹ в главные HTML-файлы Ñтраниц. --> -- GitLab