2022-12-15 13:32:49 +01:00
|
|
|
<!doctype html>
|
2022-12-15 13:33:30 +01:00
|
|
|
<html lang="en">
|
2022-12-15 13:33:19 +01:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
2023-01-02 10:43:55 +01:00
|
|
|
<title>Split media</title>
|
2023-06-14 12:41:31 +02:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
2022-12-15 13:33:19 +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>
|
2022-12-15 13:32:49 +01:00
|
|
|
</html>
|
|
|
|
|