Skip to content

Commit 4e8cdab

Browse files
🎨 relinked js and css
1 parent 2739c56 commit 4e8cdab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

98-Random-Svg-Generator/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta charset="UTF-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Random SVG Generator</title>
8-
<link rel="stylesheet" href="style.css">
8+
<link rel="stylesheet" href="./css/style.css">
99
</head>
1010

1111
<body>
@@ -17,5 +17,5 @@
1717

1818
</div>
1919
</div>
20-
<script src="script.js"></script>
20+
<script src="./js/script.js"></script>
2121
</body>

0 commit comments

Comments
 (0)