mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
17 lines
417 B
PHP
17 lines
417 B
PHP
<?php
|
|
$PAGE_TITLE = "Processing Mobile";
|
|
|
|
require 'header.inc.php';
|
|
?>
|
|
<img align="left" src="images/wiring_cover_small.jpg" width="590" height="300">
|
|
<div class="column">
|
|
|
|
</div>
|
|
<div class="column">
|
|
<br>
|
|
Processing Mobile allows software written using the Processing programming
|
|
language and development environment to run on Java Powered mobile devices.
|
|
</div>
|
|
<?php
|
|
require 'footer.inc.php';
|
|
?>
|