mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-14 14:59:21 +02:00
13 lines
255 B
HTML
13 lines
255 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Hello, world!</title>
|
|
<script type="application/javascript" src="demodocument1.js" ></script>
|
|
</head>
|
|
<body>
|
|
<script type="application/javascript" >
|
|
rtl.run();
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|