Team DNAbeans: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(Replacing page with '<!DOCTYPE html> <html lang="en"> <head> <body> <h1>BIOMOD2014</h1> </body> </html>')
No edit summary
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<!DOCTYPE html>
<html lang="en">
<html lang="en">
  <head>
   
  <body>
    <h1>BIOMOD2014</h1>


 
<head>
  </body>
<style>
body {
    background-image: url("http://www.che.ncsu.edu/images/cent-campus/eb1-2.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
}
p {color:blue;}
 
</style>
</head>
<body>
<h3> BIOMOD </h3>
<p> introduction about DNAbeans</p>
</body>
</html>
</html>

Revision as of 18:05, 22 October 2014

<html lang="en">

<head> <style> body {

   background-image: url("http://www.che.ncsu.edu/images/cent-campus/eb1-2.jpg");
   background-repeat: no-repeat;
   background-attachment: fixed;

} p {color:blue;}

</style> </head> <body> <h3> BIOMOD </h3> <p> introduction about DNAbeans</p> </body> </html>