platform/build_jael/example/hello.jl
2018-04-03 11:29:35 -04:00

12 lines
No EOL
166 B
Julia

<!DOCTYPE html>
<html>
<head>
<title>Hello, world!</title>
</head>
<body>
<h1>Hello!</h1>
<script>
window.alert('Welcome to Jael!');
</script>
</body>
</html>