Skip to content

Commit a78f8d2

Browse files
committed
fixed the stopwatchbox.js url
1 parent 3fd7757 commit a78f8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<base href="https://ahsanayaz.github.io/stop-watch-box/">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=5.0">
77
<title>Stencil Component Starter</title>
8-
<script src="/build/stopwatchbox.js"></script>
8+
<script src="build/stopwatchbox.js"></script>
99
<!-- <script src="https://unpkg.com/[email protected]/dist/stopwatchbox.js"></script> -->
1010

1111
<style>

0 commit comments

Comments
 (0)