Skip to content

Commit 6ba4d24

Browse files
committed
Rename
1 parent ffc92b7 commit 6ba4d24

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

styles.css index.css

File renamed without changes.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Stoplight Exercise</title>
6-
<script defer src="script.js"></script>
7-
<link rel="stylesheet" href="styles.css">
6+
<script defer src="index.js"></script>
7+
<link rel="stylesheet" href="index.css">
88
</head>
99
<body>
1010
<div id="controls">

script.js index.js

File renamed without changes.

0 commit comments

Comments
 (0)