mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-07-21 18:06:06 +02:00
16 lines
446 B
HTML
16 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Script & Unit loader test</title>
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<script src="testloader.js" type="application/javascript" ></script>
|
|
</head>
|
|
<body>
|
|
<button id="loader">Load JQuery javascript scripts from google</button>
|
|
<button id="formloader">Load form</button>
|
|
<script>rtl.run();</script>
|
|
</body>
|
|
</html>
|
|
|