en.javascript.info/01-js/02-first-steps/01-hello-world/02-hello-alert-ext/index.html
Ilya Kantor f301cb744d init
2014-10-26 22:10:13 +03:00

11 lines
121 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<script src="alert.js"></script>
</body>
</html>