Skip to content

Commit 78b1e85

Browse files
committed
Quick add changes
Added icons to all sections
1 parent 16d5dc0 commit 78b1e85

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

404.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Page Not Found</title>
7-
6+
<title>Agroganas | Page Not Found</title>
7+
<link rel="shortcut icon" type="image/png" href="assets/logo-only-icon.png"/>
8+
<link rel="apple-touch-icon" href="assets/logo-only-icon.png" />
89
<style media="screen">
910
body { background: #ECEFF1; color: rgba(0,0,0,0.87); font-family: Roboto, Helvetica, Arial, sans-serif; margin: 0; padding: 0; }
1011
#message { background: white; max-width: 360px; margin: 100px auto 16px; padding: 32px 24px 16px; border-radius: 3px; }

agronomias-virtuales/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
</script>
1313

1414
<title id="section-title">Agroganas · Agronomías Virtuales </title>
15-
15+
<link rel="shortcut icon" type="image/png" href="../assets/logo-only-icon.png"/>
16+
<link rel="apple-touch-icon" href="../assets/logo-only-icon.png" />
1617
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
1718

1819
<!-- Bootstrap core CSS -->

agronomias-virtuales/profile.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
</script>
1313

1414
<title id="agronomia-page-title">Agroganas · </title>
15-
15+
<link rel="shortcut icon" type="image/png" href="../assets/logo-only-icon.png"/>
16+
<link rel="apple-touch-icon" href="../assets/logo-only-icon.png" />
1617
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
1718

1819
<!-- Bootstrap core CSS -->

contacto.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="description" content="Pagina Oficial de Agroganas">
88

99
<title>Agroganas · Contacto</title>
10-
10+
<link rel="shortcut icon" type="image/png" href="assets/logo-only-icon.png"/>
11+
<link rel="apple-touch-icon" href="assets/logo-only-icon.png" />
1112
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
1213

1314
<!-- Bootstrap core CSS -->

inquietudes.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
<meta name="description" content="Pagina Oficial de Agroganas">
88

99
<title>Agroganas · Inquietudes</title>
10-
10+
<link rel="shortcut icon" type="image/png" href="assets/logo-only-icon.png"/>
11+
<link rel="apple-touch-icon" href="assets/logo-only-icon.png" />
1112
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
1213

1314
<!-- Bootstrap core CSS -->

sections/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
</script>
1313

1414
<title id="section-title">Agroganas · </title>
15-
15+
<link rel="shortcut icon" type="image/png" href="../assets/logo-only-icon.png"/>
16+
<link rel="apple-touch-icon" href="../assets/logo-only-icon.png" />
1617
<link rel="canonical" href="https://getbootstrap.com/docs/4.4/examples/carousel/">
1718

1819
<!-- Bootstrap core CSS -->

0 commit comments

Comments
 (0)