1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-07 18:14:57 +02:00

Merge pull request #271 from sliw/master

Update the link of a broken image
This commit is contained in:
Kushagra Gour 2018-03-23 01:44:13 +05:30 committed by GitHub
commit 22ef2a3b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ You should be seeing 3 code panes with the headings: **HTML**, **CSS** and *JS*.
As soon as you paste the code, you should see the preview of your HTML in the white preview area.
![First code](/images/first-code.png)
![First code](images/first-code.png)
This is a very simple web page we just made. Going forward, you might need to put CSS and JavaScript too. You can write them in their respective code panes and see instant preview.