Files
Tooloop-Packages/processing-3.4/package/assets/addons/processing-3.4.0/lib/welcome/generic.html
T

32 lines
896 B
HTML
Raw Normal View History

2018-09-20 15:42:05 +02:00
<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>