Files
processing4/build/shared/lib/welcome/generic.html

32 lines
896 B
HTML

<html>
<head>
<title> Welcome to Processing 3 </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-64.png" width="64" height="64">
</td>
<td valign="middle">
<h1>Welcome to Processing 3</h1>
</td>
</tr>
</table>
<p>
<a href="https://github.com/processing/processing/wiki/Changes-in-3.0">Read about what&rsquo;s new in 3.0 &rarr;</a>
</p>
<p class="inset">
Note that some sketches from Processing 2 may not be compatible.
<a href="https://github.com/processing/processing/wiki/Changes-in-3.0">What has changed?</a>
</p>
</body>
</html>