Skip to content

Commit 27ca13c

Browse files
committed
1 parent b28e291 commit 27ca13c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LiveServer"
22
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
33
authors = ["Jonas Asprion <jonas.asprion@gmx.ch", "Thibaut Lienart <tlienart@me.com>"]
4-
version = "0.10.0"
4+
version = "0.10.1"
55

66
[deps]
77
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"

example/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ <h1>[INDEX.HTML] Hi there!</h1>
1313
Go to <a href="/pages/blah.html">another page</a>...
1414

1515
<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>
1919

2020
<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>
2222

2323
</body>
2424
</html>

0 commit comments

Comments
 (0)