Difference between revisions of "Team:UMaryland"

Line 8: Line 8:
  
 
<!--Home page-->
 
<!--Home page-->
 +
 +
<script type="text/javascript">
 +
 +
      window.onload = hello;
 +
 +
function hello() {
 +
    var person = prompt("Hello! Welcome to the UMD iGEM restaurant. I am Iowis, and I'll be your waiter today. May I have your name?", "");
 +
   
 +
    if (person != null) {
 +
        document.getElementById("demo").innerHTML = (
 +
        "Hello, " + person + ". Our specials today are the Maryland Crab Soup, and the Maryland Crab Cake. Please take a moment to browse over our fine selection of plasmids while you wait.");
 +
    }
 +
}
 +
 +
</script>
  
 
<style type="text/css">
 
<style type="text/css">

Revision as of 16:10, 14 August 2015