From 7c0498fbf79c1b1e016711e756425c0963e3e5ea Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 31 May 2021 21:27:13 -0400 Subject: [PATCH] Update README.md --- 7-bank-project/1-template-route/README.md | 32 +++++++++++------------ 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/7-bank-project/1-template-route/README.md b/7-bank-project/1-template-route/README.md index 111b8929..0131bd6d 100644 --- a/7-bank-project/1-template-route/README.md +++ b/7-bank-project/1-template-route/README.md @@ -41,7 +41,7 @@ If you want to create multiples screens for a web page, one solution would be to - You have to reload the entire HTML when switching screen, which can be slow. - It's difficult to share data between the different screens. -Another approach is have only one HTML file, and define multiple [HTML templates](https://developer.mozilla.org/docs/Web/HTML/Element/template) using the `