1
0

Video 51: Styling the Application: Part I

This commit is contained in:
Jason Williams
2019-10-08 17:53:55 -06:00
parent f6dd0c90ff
commit a627e00364
3 changed files with 35 additions and 10 deletions

View File

@@ -1 +1,3 @@
<p>Created by {{name}}</p>
<footer>
<p>Created by {{name}}</p>
</footer>

View File

@@ -1,7 +1,7 @@
<h1>{{title}}</h1>
<div>
<header>
<h1>{{title}}</h1>
<a href="/">Weather</a>
<a href="/about">About</a>
<a href="/help">Help</a>
</div>
</header>