Team:Valencia/Prova33intro

From 2009.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
 +
<head>
 +
<script type="text/javascript">
 +
 +
var pagina = 'https://2009.igem.org/Team:Valencia';
 +
var segundos = 5;
 +
 +
function redireccion() {
 +
 +
document.location.href=pagina;
 +
 +
}
 +
 +
setTimeout("redireccion()",segundos);
 +
 +
</script>
 +
</head>
 +
<style>
<style>

Revision as of 18:39, 20 October 2009