Skip to content

Commit 2f54f7b

Browse files
committed
Limpiando código
1 parent 9515e8d commit 2f54f7b

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

assets/css/images/icon-meta.jpg

5.76 KB
Loading

home/home.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
-->
77
<html>
88
<head>
9-
<title>Read Only by HTML5 UP</title>
9+
<title>Rosa María G</title>
1010
<meta charset="utf-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
12-
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
12+
<link rel="icon" type="image/gif" href="../assets/css/images/icon-meta.jpg" />
1313
<link rel="stylesheet" href="assets/css/main.css" />
1414
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
1515
</head>
@@ -19,7 +19,7 @@
1919
<section id="header">
2020
<header>
2121
<span class="image avatar"><img src="images/image-profile.JPG" alt="my photo" /></span>
22-
<h1 id="logo"><a href="#">Rosa María García</a></h1>
22+
<h1 id="logo"><a href="../index.html">Rosa María García</a></h1>
2323
<p>"my way is my code"</p>
2424
</header>
2525
<nav id="nav">

index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
-->
77
<html>
88
<head>
9-
<title>Aerial by HTML5 UP</title>
9+
<title>Rosa María G</title>
1010
<meta charset="utf-8" />
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
1212
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
13+
<link rel="icon" type="image/gif" href="./assets/css/images/icon-meta.jpg" />
1314
<link rel="stylesheet" href="assets/css/main.css" />
1415
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
1516
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->

0 commit comments

Comments
 (0)