2022-04-25 16:44:53 +03:00
|
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<title>Document</title>
|
|
|
|
|
<link rel="stylesheet" href="a.css">
|
|
|
|
|
<link rel="stylesheet" href="b.css" type="text/css">
|
|
|
|
|
<link rel="stylesheet" href="b.css" type="TEXT/CSS">
|
|
|
|
|
<link rel="stylesheet" href="c.css" type=" text/css ">
|
|
|
|
|
<link rel="stylesheet" href="d.css" type="">
|
|
|
|
|
<link rel="stylesheet" href="d.css" type="unknown/unknown">
|
2022-06-30 04:46:24 +03:00
|
|
|
|
<link href="default.css" rel="stylesheet" title="Default Style">
|
|
|
|
|
<link href="fancy.css" rel="stylesheet alternate" title="Fancy">
|
|
|
|
|
<link href="basic.css" rel="stylesheet alternate" title="Basic">
|
|
|
|
|
<link rel="stylesheet foo bar" href="d.css">
|
|
|
|
|
<link rel="stylesheet foo bar" href="d.css" blocking="render a">
|
|
|
|
|
<link rel="icon" href="demo_icon.gif" type="image/gif" sizes="32x32 16x16">
|
|
|
|
|
<link rel="apple-touch-icon-precomposed" sizes="512x512 114x114"
|
|
|
|
|
href="apple-icon-114.png" type="image/png">
|
|
|
|
|
<link rel="apple-touch-icon" sizes="512x512 114x114"
|
|
|
|
|
href="apple-icon-114.png" type="image/png">
|
|
|
|
|
<link rel="icon" href="/favicon.ico" sizes="any"><!-- 32×32 -->
|
|
|
|
|
<link rel="icon" href="/icon.svg" type="image/svg+xml">
|
|
|
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
|
|
|
|
|
<link rel="manifest" href="/manifest.webmanifest">
|
2022-07-15 13:55:24 +03:00
|
|
|
|
<link rel="stylesheet" href="b.css" type="text/css" media="all">
|
2022-04-25 16:44:53 +03:00
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div>test</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|