mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
32 lines
900 B
HTML
32 lines
900 B
HTML
<html>
|
|
<head>
|
|
<title> Welcome to Processing 4 </title>
|
|
<link rel="stylesheet" type="text/css" href="style.css"> </style>
|
|
</head>
|
|
<body>
|
|
|
|
<!-- Using a table here as a layout hack, as CSS "vertical-align: middle;"
|
|
is not supported by the Java HTML renderer. -->
|
|
<table>
|
|
<tr>
|
|
<td valign="top">
|
|
<img src="../icons/pde-128.png" width="64" height="64">
|
|
</td>
|
|
<td valign="middle">
|
|
<h1>Processing 4 (beta)</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p>
|
|
<a href="https://github.com/processing/processing4/blob/master/README.md">Read about the status of the 4.0 release →</a>
|
|
</p>
|
|
|
|
<p class="inset">
|
|
Note that some sketches from Processing 2 or 3 may not be compatible.
|
|
<a href="https://github.com/processing/processing4/wiki/Changes-in-4.0">What has changed?</a>
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|