aboutsummaryrefslogtreecommitdiff
path: root/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/app.component.html')
-rw-r--r--src/app/app.component.html32
1 files changed, 18 insertions, 14 deletions
diff --git a/src/app/app.component.html b/src/app/app.component.html
index fa2706a..566c30f 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -1,20 +1,24 @@
1<!--The content below is only a placeholder and can be replaced.--> 1<!--The content below is only a placeholder and can be replaced.-->
2<div style="text-align:center"> 2<div style="text-align:center">
3 <h1> 3 <h1>
4 Welcome to {{ title }}! 4 {{ title }}
5 </h1> 5 </h1>
6 <img width="300" alt="Angular Logo" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTAgMjUwIj4KICAgIDxwYXRoIGZpbGw9IiNERDAwMzEiIGQ9Ik0xMjUgMzBMMzEuOSA2My4ybDE0LjIgMTIzLjFMMTI1IDIzMGw3OC45LTQzLjcgMTQuMi0xMjMuMXoiIC8+CiAgICA8cGF0aCBmaWxsPSIjQzMwMDJGIiBkPSJNMTI1IDMwdjIyLjItLjFWMjMwbDc4LjktNDMuNyAxNC4yLTEyMy4xTDEyNSAzMHoiIC8+CiAgICA8cGF0aCAgZmlsbD0iI0ZGRkZGRiIgZD0iTTEyNSA1Mi4xTDY2LjggMTgyLjZoMjEuN2wxMS43LTI5LjJoNDkuNGwxMS43IDI5LjJIMTgzTDEyNSA1Mi4xem0xNyA4My4zaC0zNGwxNy00MC45IDE3IDQwLjl6IiAvPgogIDwvc3ZnPg=="> 6 <app-rest-apis></app-rest-apis>
7 <router-outlet></router-outlet>
7</div> 8</div>
8<h2>Here are some links to help you start: </h2> 9<div class="o-container u-bgcolor-grey-light">
9<ul> 10 <div class="o-grid o-grid--gutter-x4">
10 <li> 11 <div class="o-grid__col u-1/2@sm u-bgcolor-white">
11 <h2><a target="_blank" rel="noopener" href="https://angular.io/tutorial">Tour of Heroes</a></h2> 12 Test
12 </li> 13 </div>
13 <li> 14 <div class="o-grid__col u-1/2@sm u-bgcolor-white">
14 <h2><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2> 15 Test
15 </li> 16 </div>
16 <li> 17 </div>
17 <h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2> 18<h2 class="">Here are some links to help you start: </h2>
18 </li> 19<ul class="o-list">
20 <li class="o-list__item"><a target="_blank" rel="noopener" href="https://angular.io/tutorial">Tour of Heroes</a></li>
21 <li class="o-list__item"><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></li>
22 <li class="o-list__item"><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></li>
19</ul> 23</ul>
20 24</div>