We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b7497 commit c3f1051Copy full SHA for c3f1051
Prototype/1/index.html renamed to Prototype/index.html
@@ -1,6 +1,6 @@
1
<html>
2
<head>
3
- <link type="text/css" rel="stylesheet" href="../../statics/css/style.css"/>
+ <link type="text/css" rel="stylesheet" href="../statics/css/style.css"/>
4
<title>Prototype Pattern</title>
5
</head>
6
<body>
@@ -25,7 +25,7 @@ <h2>Console</h2>
25
<ul></ul>
26
<h1>Prototype</h1>
27
</div>
28
-<script type="text/javascript" src="../../statics/js/utils.js"></script>
+<script type="text/javascript" src="../statics/js/utils.js"></script>
29
<script type="text/javascript" src="dist/scripts/main.js"></script>
30
</body>
31
</html>
Prototype/1/scripts/HumanBeing.js renamed to Prototype/scripts/HumanBeing.js
Prototype/1/scripts/main.js renamed to Prototype/scripts/main.js
0 commit comments