mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-09-01 10:42:41 +02:00
Use markdown table format to display images instead
Using "<img src />" HTML cannot guarantee relative paths. The issue is being investigated but using a markdown table format would be an alternative approach. - FYI: https://github.com/docsifyjs/docsify/issues/850
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
In this project, you'll learn how to build a fictional bank. These lessons include instructions on how to layout a web app and provide routes, build forms, manage state, and fetch data from an API from which you can fetch the bank's data.
|
||||
|
||||
<img src="images/screen1.png" width="50%" height="auto"/><img src="images/screen2.png" width="50%" height="auto"/>
|
||||
|  |  |
|
||||
|--------------------------------|--------------------------------|
|
||||
|
||||
## Lessons
|
||||
|
||||
|
Reference in New Issue
Block a user