mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 08:57:49 +02:00
20 lines
436 B
HTML
20 lines
436 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Demo load strings from URL</title>
|
|
<script src="demoloadstringsfromurl.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1>Demo loading file from URL to TStringList</h1>
|
|
<div id="pasjsconsole">
|
|
</div>
|
|
<script>
|
|
rtl.run();
|
|
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|