2023-01-02 11:04:42 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<title>Split media</title>
|
2023-01-07 15:22:48 +01:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
2023-01-02 11:04:42 +01:00
|
|
|
<link href="css/mobile.css" rel="stylesheet" media="all and (max-width: 600px)">
|
|
|
|
<link href="css/desktop.css" rel="stylesheet" media="all and (min-width: 600px)">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Gravida arcu ac tortor.</h1>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|