12 lines
166 B
Julia
12 lines
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>
|