Team:Sevilla/test3

From 2011.igem.org

(Difference between revisions)
(Created page with "<!-- You are free to copy and use this sample in accordance with the terms of the Apache license (http://www.apache.org/licenses/LICENSE-2.0.html) --> <!DOCTYPE html PUBLIC "-//...")
Line 1: Line 1:
-
<!--
+
a
-
You are free to copy and use this sample in accordance with the terms of the
+
<html>
-
Apache license (http://www.apache.org/licenses/LICENSE-2.0.html)
+
-
-->
+
-
 
+
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
-
<html xmlns="http://www.w3.org/1999/xhtml">
+
-
  <head>
+
-
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
+
-
    <title>
+
-
      Google Visualization API Sample
+
-
    </title>
+
     <script type="text/javascript" src="http://www.google.com/jsapi"></script>
     <script type="text/javascript" src="http://www.google.com/jsapi"></script>
     <script type="text/javascript">
     <script type="text/javascript">
Line 41: Line 32:
       google.setOnLoadCallback(drawVisualization);
       google.setOnLoadCallback(drawVisualization);
     </script>
     </script>
-
  </head>
+
-
   <body style="font-family: Arial;border: 0 none;">
+
   <div style="font-family: Arial;border: 0 none;">
     <div id="visualization" style="width: 600px; height: 400px;"></div>
     <div id="visualization" style="width: 600px; height: 400px;"></div>
-
   </body>
+
   </div>
</html>
</html>

Revision as of 17:16, 4 April 2011

a