Skip to content

Dev #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 15, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Doc
  • Loading branch information
graham-trott committed Mar 15, 2020
commit 13f03e19584794cda59d334bd0feac6091e377ce
2 changes: 1 addition & 1 deletion resources/md/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you have edit access to an empty server directory, create an `index.html` f
</html>
```

If all is well, when you type the URL of the site into your browser the message **Hello, world!** should appear at the top of the window.
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.

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.

Expand Down