Difference between revisions of "Template:HSNU-TAIPEI/members js"
(Created page with "var generateHeading2 = function(headingContent) { var h2 = document.createElement('h2'); var content = document.createTextNode(headingContent); h2.appendChild(content); retu...") |
|||
Line 1: | Line 1: | ||
+ | <html> | ||
+ | <script> | ||
+ | |||
var generateHeading2 = function(headingContent) { | var generateHeading2 = function(headingContent) { | ||
var h2 = document.createElement('h2'); | var h2 = document.createElement('h2'); | ||
Line 121: | Line 124: | ||
addSection(section_experiment); | addSection(section_experiment); | ||
addSection(section_wiki); | addSection(section_wiki); | ||
+ | |||
+ | |||
+ | |||
+ | </script> | ||
+ | </html> |
Revision as of 12:36, 16 June 2015