| 1234567891011121314151617181920212223242526272829 |
- <!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">
- <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
- <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/smoothness/jquery-ui.css">
- <link rel="stylesheet" href="design.css">
- <script src="https://code.jquery.com/jquery-1.12.4.js"></script>
- <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
- <title>Designdemo</title>
- <script src="designdemo.js"></script>
- </head>
- <body>
- <div id="toolbar"></div>
- <div id="designpage"></div>
- <div class="source">
- Created using <a target="_blank" href="https://wiki.freepascal.org/pas2js">pas2js.</a>
- Sources: <a target="new" href="designdemo.lpr">Program</a>
- <a target="new" href="designer.pp">unit</a>.
- </div>
- <script>
- window.addEventListener("load", rtl.run);
- </script>
- </body>
- </html>
|