diff --git a/router/src/app/app.component.html b/router/src/app/app.component.html
index b41bbe4..e69a466 100644
--- a/router/src/app/app.component.html
+++ b/router/src/app/app.component.html
@@ -1,20 +1 @@
-
-
-
- Welcome to {{title}}!!
-
-

-
-Here are some links to help you start:
-
-
+Welcome To My Personal Site
diff --git a/routing.md b/routing.md
index 1476455..94051c5 100644
--- a/routing.md
+++ b/routing.md
@@ -3,6 +3,7 @@
## Lesson Objectives
1. Create a new angular app
+1. Clean up app HTML
## Create a new angular app
@@ -20,3 +21,11 @@ ng serve --open
```
You should now see the welcome screen
+
+## Clean up app HTML
+
+Go into `src/app/app.component.html` and change the HTML to:
+
+```html
+Welcome To My Personal Site
+```