Skip to content

Commit 04a71be

Browse files
David Martínez RosDavid Martínez Ros
authored andcommitted
change the title and the content of the tag head
1 parent a6d7490 commit 04a71be

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { Component } from '@angular/core';
77
})
88
export class AppComponent {
99

10-
title = 'The Component Tree Project!';
10+
title = 'Tree Component by David Martínez Ros! (<a href="http://www.twitter.com/davidnezan" target="_blank">@davidnezan</a>)';
1111

1212
constructor() {}
1313

src/index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,20 @@
22
<html>
33
<head>
44
<meta charset="utf-8">
5-
<title>ComponentTreeProject</title>
65
<base href="">
7-
6+
<title>Tree Component Project with Angular | David, a Full Stack Developer</title>
7+
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
<link rel="icon" type="image/x-icon" href="favicon.ico">
9+
<meta name="description" content="Author: David Martinez Ros; Location: Barcelona; Job: Full Stack Developer, Engineer; Project: Component, Tree, Angular; Framework: AngularJS, NodeJS, Typescript.">
10+
<meta name="robots" content="index, follow">
11+
<meta name="google" content="nositelinkssearchbox">
12+
<link rel=”publisher” href=”https://plus.google.com/+DavidMartinezRos”
13+
title="davidmartinezros.com on Google+" />
14+
<link rel="author" href="https://plus.google.com/108069145499631514979/about"
15+
title="David Martinez Ros on Google+"/>
16+
<link rel="icon" href="../../assets/icon.png">
1017
</head>
1118
<body>
1219
<app-root>Loading...</app-root>
13-
</body>
20+
<script type="text/javascript" src="inline.js"></script><script type="text/javascript" src="styles.daf8a5d554f0187228d6.bundle.js"></script><script type="text/javascript" src="main.83f87eabb536501c3a01.bundle.js"></script></body>
1421
</html>

0 commit comments

Comments
 (0)