-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcred.html
More file actions
34 lines (34 loc) · 1.58 KB
/
cred.html
File metadata and controls
34 lines (34 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<title>Era pra ser Pac-Man rumo a David Bowie</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Era pra ser Pac-Man rumo a David Bowie" />
<link rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="css/demoInstruction.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/styleIE.css" />
<![endif]-->
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css' />
</head>
<body style="background-image: url(images/pattern.jpg)">
<div class="container">
<h1>Credits<span></span></h1>
<div class="content">
<ul class="bmenu">
<h2><center>Joao Lucas - jloc@cin.ufpe.br</center></h2>
<h2><center>Lucas Rodrigues - lra2@cin.ufpe.br</center></h2>
<h2><center>Tatiana Viana - tvp@cin.ufpe.br</center></h2>
<h2><center>Vitor Castelo Branco - vtcb@cin.ufpe.br</center></h2>
<li><a href="./index.html">Back</a></li>
</ul>
</div>
</div>
<audio autoplay loop>
<source src="./sounds/main-theme.mp3" type="audio/mpeg">
</audio>
</body>
</html>