|
1 | | -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
2 | | -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--*-->lang<!--*-->" lang="<!--*-->lang<!--*-->"> |
3 | | - <head> |
4 | | - <title><!--*-->title<!--*--></title> |
5 | | - |
6 | | - <link rel="icon" href="img/processing-beta.ico" type="image/x-icon" /> |
7 | | - <link rel="shortcut icon" href="img/processing-beta.ico" type="image/x-icon" /> |
8 | | - |
9 | | - <meta http-equiv="Content-Type" content="text/html; charset=<!--*-->charset<!--*-->" /> |
10 | | - <meta name="Author" content="Casey Reas & Ben Fry" /> |
11 | | - <meta name="Publisher" content="Processing" /> |
12 | | - <meta name="Keywords" content="Processing, Processing, Interactive Media, Electronic Arts, Programming, Java, Ben Fry, Casey Reas" /> |
13 | | - <meta name="Description" content="Processing is an electronic sketchbook for developing |
14 | | - ideas. It is a context for learning fundamentals of computer programming |
15 | | - within the context of the electronic arts." /> |
16 | | - <meta name="Copyright" content="All contents copyright Ben Fry, Casey Reas, MIT Media Laboratory" /> |
17 | | - |
18 | | - <script src="<!--*-->relpath<!--*-->javascript/MM_functions.js" type="text/javascript"></script> |
19 | | - |
20 | | - <link href="<!--*-->relpath<!--*-->css/style.css" rel="stylesheet" type="text/css" /> |
21 | | - </head> |
22 | | - <body id="<!--*-->bodyid<!--*-->" onload="" > |
23 | | - |
24 | | - <!-- ==================================== PAGE ============================ --> |
25 | | - <div id="container"> |
26 | | - |
27 | | - <!-- ==================================== HEADER ============================ --> |
28 | | - <div id="header"> |
29 | | - <!--*-->header<!--*--> |
30 | | - <form name="search" method="get" action="http://www.google.com/search"> |
31 | | - <label>Search processing.org:</label> |
32 | | - <p><input type="hidden" name="as_sitesearch" value="processing.org" /> |
33 | | - <input type="text" name="as_q" value="" size="20" class="text" /> |
34 | | - <input type="image" src="<!--*-->relpath<!--*-->img/search_button.gif" value="Submit" alt="Submit" /></p> |
35 | | - </form> |
36 | | - </div> |
37 | | - <!--*-->navigation<!--*--> |
38 | | - |
39 | | - <a id="TOP" name="TOP"></a> |
40 | | - |
41 | | - <!-- ==================================== CONTENT - Headers ============================ --> |
42 | | - <div class="content"> |
43 | | - |
44 | | - <!--*-->content_for_layout<!--*--> |
45 | | - |
46 | | - </div> |
47 | | - |
48 | | - <!-- ==================================== FOOTER ============================ --> |
49 | | - <div id="footer"> |
50 | | - <div id="copyright"> Processing is an open project initiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a> </div> |
51 | | - <div id="colophon"> |
52 | | - |
53 | | - <a href="http://processing.org/copyright.html">© Info</a> \ |
54 | | - |
55 | | - <span>Site hosted by <a href="http://www.mediatemple.net">Media Temple!</a></span> |
56 | | - |
57 | | - </div> |
58 | | - </div> |
59 | | - |
60 | | - </div> |
61 | | - </body> |
62 | | -</html> |
| 1 | +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 2 | +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<!--*-->lang<!--*-->" lang="<!--*-->lang<!--*-->"> |
| 3 | + <head> |
| 4 | + <title><!--*-->title<!--*--></title> |
| 5 | + |
| 6 | + <link rel="icon" href="img/processing-beta.ico" type="image/x-icon" /> |
| 7 | + <link rel="shortcut icon" href="img/processing-beta.ico" type="image/x-icon" /> |
| 8 | + |
| 9 | + <meta http-equiv="Content-Type" content="text/html; charset=<!--*-->charset<!--*-->" /> |
| 10 | + <meta name="Author" content="Casey Reas & Ben Fry" /> |
| 11 | + <meta name="Publisher" content="Processing" /> |
| 12 | + <meta name="Keywords" content="Processing, Processing, Interactive Media, Electronic Arts, Programming, Java, Ben Fry, Casey Reas" /> |
| 13 | + <meta name="Description" content="Processing is an electronic sketchbook for developing |
| 14 | + ideas. It is a context for learning fundamentals of computer programming |
| 15 | + within the context of the electronic arts." /> |
| 16 | + <meta name="Copyright" content="All contents copyright Ben Fry, Casey Reas, MIT Media Laboratory" /> |
| 17 | + |
| 18 | + <script src="<!--*-->relpath<!--*-->javascript/MM_functions.js" type="text/javascript"></script> |
| 19 | + |
| 20 | + <link href="<!--*-->relpath<!--*-->css/style.css" rel="stylesheet" type="text/css" /> |
| 21 | + </head> |
| 22 | + <body id="<!--*-->bodyid<!--*-->" onload="" > |
| 23 | + |
| 24 | + <!-- ==================================== PAGE ============================ --> |
| 25 | + <div id="container"> |
| 26 | + |
| 27 | + <!-- ==================================== HEADER ============================ --> |
| 28 | + <div id="header"> |
| 29 | + <!--*-->header<!--*--> |
| 30 | + <form name="search" method="get" action="http://www.google.com/search"> |
| 31 | + <label>Search processing.org:</label> |
| 32 | + <p><input type="hidden" name="as_sitesearch" value="processing.org" /> |
| 33 | + <input type="text" name="as_q" value="" size="20" class="text" /> |
| 34 | + <input type="image" src="<!--*-->relpath<!--*-->img/search_button.gif" value="Submit" alt="Submit" /></p> |
| 35 | + </form> |
| 36 | + </div> |
| 37 | + <!--*-->navigation<!--*--> |
| 38 | + |
| 39 | + <a id="TOP" name="TOP"></a> |
| 40 | + |
| 41 | + <!-- ==================================== CONTENT - Headers ============================ --> |
| 42 | + <div class="content"> |
| 43 | + |
| 44 | + <!--*-->content_for_layout<!--*--> |
| 45 | + |
| 46 | + </div> |
| 47 | + |
| 48 | + <!-- ==================================== FOOTER ============================ --> |
| 49 | + <div id="footer"> |
| 50 | + <div id="copyright">Processing was initiated by <a href="http://benfry.com/">Ben Fry</a> and <a href="http://reas.com">Casey Reas</a>. It is developed by a <a href="http://processing.org/people.html">small team of volunteers</a>.</div> |
| 51 | + <div id="colophon"> |
| 52 | + |
| 53 | + <a href="http://processing.org/copyright.html">© Info</a> \ |
| 54 | + |
| 55 | + <span>Site hosted by <a href="http://www.mediatemple.net">Media Temple!</a></span> |
| 56 | + |
| 57 | + </div> |
| 58 | + </div> |
| 59 | + |
| 60 | + </div> |
| 61 | + </body> |
| 62 | +</html> |
0 commit comments