Skip to content

Commit 92d2230

Browse files
committed
Update HTML files
1 parent 249d726 commit 92d2230

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>EasyCoder - coding made simple</title>
77
<link rel='stylesheet' href='resources/css/styles.css' type='text/css' media='all' />
8-
<script type='text/javascript' src='easycoder/easycoder.js?ver=3.0.0'></script>
8+
<script type='text/javascript' src='distribution/easycoder.js?ver=3.0.0'></script>
99
</head>
1010

1111
<body>
@@ -26,4 +26,4 @@ <h2 id="ec-body">Developer Notes</h2>
2626
<p>And that&#8217;s all I have to say. I hope to be around for a few years yet, so do contact me if you would like to know anything. After that it&#8217;ll be out of my hands.</p>
2727
</div>
2828
</body>
29-
</html>
29+
</html>

scripted.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Script Editor</title>
7-
<script type='text/javascript' src='easycoder/easycoder.js'></script>
7+
<script type='text/javascript' src='distribution/easycoder.js'></script>
88
</head>
99

1010
<body>

technical.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta name="viewport" content="width=device-width, initial-scale=1.0">
55
<title>EasyCoder - coding made simple</title>
66
<link rel='stylesheet' href='resources/css/styles.css' type='text/css' media='all' />
7-
<script type='text/javascript' src='easycoder/easycoder.js?ver=3.0.0'></script>
7+
<script type='text/javascript' src='distribution/easycoder.js?ver=3.0.0'></script>
88
</head>
99

1010
<body>
@@ -14,4 +14,4 @@
1414
run Script
1515
</pre>
1616
</body>
17-
</html>
17+
</html>

0 commit comments

Comments
 (0)