You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/md/intro.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Once you have edit access to an empty server directory, create an `index.html` f
26
26
</html>
27
27
```
28
28
29
-
If all is well, when you type the URL of the site into your browser the message **Hello, world!** should appear in a popup message window.
29
+
If all is well, when you type the URL of the page into your browser the message **Hello, world!** should appear in a popup message window.
30
30
31
31
The upper half of the file is the _HEAD_ of the document. In here is a call to load the ~ec~ JavaScript engine that we'll be using instead of regular JavaScript. It's called from a _Content Delivery Network_ that takes files from the main source-code repository for ~ec~. Don't worry if this is all a bit too technical; it's not necessary to understand in order to use it.
0 commit comments