Skip to content

Commit 53cf943

Browse files
committed
Fix typos in index.html
1 parent 4d38b83 commit 53cf943

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# img2css
22

3-
Convert any image to pure css.
3+
Convert any image to pure css.
4+
5+
[See and example](http://javier.xyz/img2css/)

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<html>
33
<head>
44
<title>Css Pic</title>
5-
<link rel="stylesheet" href="/style/main.css">
5+
<link rel="stylesheet" href="style/main.css">
66
</head>
77
<body>
88
<div id='root'>
99
</div>
10-
<script src="/static/bundle.js"></script>
10+
<script src="static/bundle.js"></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)