en.javascript.info/1-js/02-first-steps/01-hello-world/2-hello-alert-ext/index.html
Ilya Kantor 9ad9063d00 up
2016-11-28 21:35:42 +03:00

10 lines
No EOL
84 B
HTML

<!DOCTYPE html>
<html>
<body>
<script src="alert.js"></script>
</body>
</html>