Skip to content

Commit b3f1b75

Browse files
committedOct 9, 2024
changed location of files
1 parent 4684dc3 commit b3f1b75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8">
66
<title>uglifymarket</title>
77
<!-- read script.js for more-->
8-
<link rel="shortcut icon" href="favicon.ico">
9-
<link rel="stylesheet" href="style.css">
8+
<link rel="shortcut icon" href="persist/favicon.ico">
9+
<link rel="stylesheet" href="persist/style.css">
1010
</head>
1111

1212
<body class="s-input s-info">
@@ -192,7 +192,7 @@ <h1><a id="header-link" href="./" style="text-decoration: none;">js uglifier & b
192192
<script src="uglify/lib/propmangle.js"></script>
193193
<!-- The following aren't needed: sourcemap.js, mozilla-ast.js -->
194194
<!-- i trust you skalman -->
195-
<script src="script.js"></script>
195+
<script src="scripts/script.js"></script>
196196

197197
</body>
198198
</html>

0 commit comments

Comments
 (0)
Please sign in to comment.