platform/build_jael/example/hello.jl

12 lines
166 B
Julia
Raw Normal View History

2018-04-03 15:29:35 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Hello, world!</title>
</head>
<body>
<h1>Hello!</h1>
<script>
window.alert('Welcome to Jael!');
</script>
</body>
</html>