Team:SUSTC-Shenzhen/templates/page-header

From 2014.igem.org

(Difference between revisions)
(Created page with "<html> <body> <div class="page-header"> <h1>{{{title}}} </h1> <small>{{{subtitle}}}</small> </div> </body> </html>")
Line 2: Line 2:
<body>
<body>
<div class="page-header">
<div class="page-header">
-
   <h1>{{{title}}}
+
   <h1>
 +
    {{{title}}}
 +
    <small>
 +
      {{{subtitle}}}
 +
    </small>
   </h1>
   </h1>
-
   <small>{{{subtitle}}}</small>
+
    
</div>
</div>
        
        
</body>
</body>
</html>
</html>

Revision as of 07:02, 22 August 2014