Hey guys,
how is it possible to replace this <link href="..." rel="stylesheet"> lines with another lines/links like this <link href="https//example.org/css/style.css" rel="stylesheet">
how is it possible to replace this <link href="..." rel="stylesheet"> lines with another lines/links like this <link href="https//example.org/css/style.css" rel="stylesheet">
HTML:
<head>
<meta charset="UTF-8">
<link href="bootstrap.css" rel="stylesheet">
<link href="site.css" rel="stylesheet">
<link href="chat.css" rel="stylesheet">
</head>