Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -113,5 +113,7 @@
|
|
113 |
// Initial step indicator
|
114 |
document.querySelector('.step-indicator').classList.add('active');
|
115 |
</script>
|
|
|
|
|
116 |
</body>
|
117 |
</html>
|
|
|
113 |
// Initial step indicator
|
114 |
document.querySelector('.step-indicator').classList.add('active');
|
115 |
</script>
|
116 |
+
<script src="script.js"></script>
|
117 |
+
|
118 |
</body>
|
119 |
</html>
|