1 parent 2739c56 commit 4e8cdabCopy full SHA for 4e8cdab
1 file changed
98-Random-Svg-Generator/index.html
@@ -5,7 +5,7 @@
5
<meta charset="UTF-8" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Random SVG Generator</title>
8
- <link rel="stylesheet" href="style.css">
+ <link rel="stylesheet" href="./css/style.css">
9
</head>
10
11
<body>
@@ -17,5 +17,5 @@
17
18
</div>
19
20
- <script src="script.js"></script>
+ <script src="./js/script.js"></script>
21
</body>
0 commit comments