Skip to content

Commit

Permalink
Template HTML para a etapa 0
Browse files Browse the repository at this point in the history
  • Loading branch information
cguedes committed Feb 10, 2011
1 parent 447c7fe commit 0c7dbd5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions etapa0.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" >
var clubs = [
{ name: 'Benfica', stadium: { name: "Estádio da Luz", capacity: 65400 } },
{ name: 'Porto', stadium: { name: "Estádio do Dragão", capacity: 52000 } },
{ name: 'Sporting', stadium: { name: "Estádio de Alvalade", capacity: 50076 } }
];
</script>
</head>
<body>
<h1>PrePROMPT</h1>
<h2>Desenvolvimento de Aplicações Web com jQuery</h2>
<h3>Etapa 0</h3>

<div id="divclubs"></div>
</body>
</html>

0 comments on commit 0c7dbd5

Please sign in to comment.