mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-07-09 17:45:52 +02:00
18 lines
290 B
HTML
18 lines
290 B
HTML
<!DOCTYPE html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Basic Pas2JS library example</title>
|
|
<style>
|
|
canvas {
|
|
border: 1px solid black;
|
|
}
|
|
</style>
|
|
<script type="module" src="main.js"></script>
|
|
</head>
|
|
<body>
|
|
|
|
</body>
|
|
</html>
|
|
|