File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,17 +14,17 @@ Here practicing JS by building mini web projects using HTML, CSS & JS
14
14
<tr>
15
15
<td>1</td>
16
16
<td>Temperature Converter</td>
17
- <td><a href="https://devvanu.github.io/js-practice-projects/temperature-converter/index.html">Demo</a></td>
17
+ <td><a href="https://devvanu.github.io/js-practice-projects/temperature-converter/index.html" target="_blank" >Demo</a></td>
18
18
</tr>
19
19
<tr>
20
20
<td>2</td>
21
21
<td>Word Counter</td>
22
- <td><a href="https://devvanu.github.io/js-practice-projects/word-counter/index.html">Demo</a></td>
22
+ <td><a href="https://devvanu.github.io/js-practice-projects/word-counter/index.html" target="_blank" >Demo</a></td>
23
23
</tr>
24
24
<tr>
25
25
<td>3</td>
26
26
<td>Background Changer</td>
27
- <td><a href="https://devvanu.github.io/js-practice-projects/background-changer/index.html">Demo</a></td>
27
+ <td><a href="https://devvanu.github.io/js-practice-projects/background-changer/index.html" target="_blank" >Demo</a></td>
28
28
</tr>
29
29
</tbody>
30
30
</table >
You can’t perform that action at this time.
0 commit comments