Diff for /Amaya/amaya/AmayaPage.html between versions 1.160 and 1.161

version 1.160, 2004/07/07 09:39:23 version 1.161, 2004/10/06 12:49:53
Line 1 Line 1
   <?xml version="1.0" encoding="iso-8859-1"?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN"
       "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">        "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">  <html xmlns="http://www.w3.org/1999/xhtml">
 <head>  <head>
   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   <title>Welcome to Amaya</title>    <title>Welcome to Amaya</title>
   <style type="text/css">    <link href="amaya.css" rel="stylesheet" type="text/css" />
  body {font-family: helvetica, arial, sans-serif; color: black; background-color: #C0C0C0}  
  h1 {font-size: 200%; font-weight: bold; font-style: italic; color: #488B9B;  
  margin-bottom: 0}  
  h2 {margin-top: 0; margin-bottom: .4em; font-style:italic;  color: #488B9B;}  
  h3 {border: solid 1px #488B9B; padding: 4px; margin-bottom: .2em;  color: #488B9B }  
  div p {text-align: justify}  
  div {margin-top: 0}  
  strong {color: #488B9B}  
  .button {border: solid 1px #488B9B; padding: 4px}  
  .buttonbar {text-align: center; margin-top: 1.5em}  
  .pink {color: #dc5b53}  
  a:link {color:#dc5b53; font-weight: bold}  
  a:active {color: #ff0000; font-weight: bold}  
  a:visited {color: #9820c8; font-weight: bold}</style>  
 </head>  </head>
   
 <body xml:lang="en">  <body xml:lang="en">
 <p style="text-align: center"><svg xmlns="http://www.w3.org/2000/svg"  <p><svg xmlns="http://www.w3.org/2000/svg" width="600" height="349">
      width="600" height="349">  
   <defs>    <defs>
     <symbol id="cube">      <symbol id="cube">
       <polygon points="0,0 5,5 5,20 0,15" transform="translate(0,1)"        <polygon points="0,0 5,5 5,20 0,15" transform="translate(0,1)"

Removed from v.1.160  
changed lines
  Added in v.1.161


Webmaster