Add files via upload

This commit is contained in:
Andros Fenollosa
2022-12-15 13:32:49 +01:00
committed by GitHub
commit 781e1434de
15 changed files with 1323 additions and 0 deletions

15
index.html Normal file
View File

@ -0,0 +1,15 @@
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8"/>
<title>Ejemplo Split media</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no">
<link href="base.css" rel="stylesheet">
<link href="mobile.css" rel="stylesheet" media="all and (max-width: 600px)">
<link href="desktop.css" rel="stylesheet" media="all and (min-width: 600px)">
</head>
<body>
<h1>Gravida arcu ac tortor.</h1>
</body>
</html>