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">
  3.  
  4.     <head>
  5.         <title>Projects</title>
  6.         <link rel="stylesheet" href="../style.css" type="text/css"/>
  7.         <link href='http://fonts.googleapis.com/css?family=Milonga' rel='stylesheet' type='text/css'>
  8.         <link href='http://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps' rel='stylesheet' type='text/css'>
  9.     </head>
  10.     <body>
  11.         <a href="Letter Juggle">Letter Juggle</a>
  12.     </body>
  13.  
  14. </html>