Update index.html
This commit is contained in:
parent
781e1434de
commit
3679e763bd
21
index.html
21
index.html
@ -1,15 +1,14 @@
|
||||
<!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>
|
||||
<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="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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user