File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
name = " LiveServer"
2
2
uuid = " 16fef848-5104-11e9-1b77-fb7a48bbb589"
3
3
authors = [" Jonas Asprion <jonas.asprion@gmx.ch" , " Thibaut Lienart <tlienart@me.com>" ]
4
- version = " 0.10.0 "
4
+ version = " 0.10.1 "
5
5
6
6
[deps ]
7
7
Crayons = " a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ <h1>[INDEX.HTML] Hi there!</h1>
13
13
Go to < a href ="/pages/blah.html "> another page</ a > ...
14
14
15
15
< h2 > Test images:</ h2 >
16
- < img src ="/ files/TestImage.jpg " alt ="JPEG test image "> </ img >
17
- < img src ="/ files/TestImage.png " alt ="PNG test image "> </ img >
18
- < img src ="/ files/TestImage.gif " alt ="GIF test image "> </ img >
16
+ < img src ="files/TestImage.jpg " alt ="JPEG test image "> </ img >
17
+ < img src ="files/TestImage.png " alt ="PNG test image "> </ img >
18
+ < img src ="files/TestImage.gif " alt ="GIF test image "> </ img >
19
19
20
20
< h2 > Test file download:</ h2 >
21
- < a href ="/ files/zip-file.zip "> Download a ZIP file</ a >
21
+ < a href ="files/zip-file.zip "> Download a ZIP file</ a >
22
22
23
23
</ body >
24
24
</ html >
You can’t perform that action at this time.
0 commit comments