Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width">
    <title>JS Bin</title>
  </head>
  <body>
    <h1>Hiroshi Sugimoto</h1>
    <p>
      The dates for the ORIGIN OF ART exhibition are as follows:
    </p> 
    
    <ul>
      <li>Science: 21 Nov - 20 Feb 2010/11</li> 
      <li>Architecture: 6 Mar - 15 May 2011</li> 
      <li>History: 29 May - 21 Aug 2011</li> 
      <li>Religion: 28 Aug - 6 Nov 2011</li>
    </ul>
  </body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x