en.javascript.info/1-js/2-first-steps/2-external-script/1-hello-alert-ext/solution.md
Ilya Kantor 8ba2c6b17c en
2015-08-17 12:41:38 +03:00

12 lines
131 B
Markdown

The HTML code:
```html
<!--+ src="index.html" -->
```
For the file `alert.js` in the same folder:
```js
//+ src="alert.js"
```