Skip to content

Commit c3f1051

Browse files
author
Tomas Corral
committed
Remove unneeded folder
1 parent 55b7497 commit c3f1051

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Prototype/1/index.html renamed to Prototype/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<html>
22
<head>
3-
<link type="text/css" rel="stylesheet" href="../../statics/css/style.css"/>
3+
<link type="text/css" rel="stylesheet" href="../statics/css/style.css"/>
44
<title>Prototype Pattern</title>
55
</head>
66
<body>
@@ -25,7 +25,7 @@ <h2>Console</h2>
2525
<ul></ul>
2626
<h1>Prototype</h1>
2727
</div>
28-
<script type="text/javascript" src="../../statics/js/utils.js"></script>
28+
<script type="text/javascript" src="../statics/js/utils.js"></script>
2929
<script type="text/javascript" src="dist/scripts/main.js"></script>
3030
</body>
3131
</html>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)