-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdetalhes.html
More file actions
54 lines (48 loc) · 1.53 KB
/
detalhes.html
File metadata and controls
54 lines (48 loc) · 1.53 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Rocket Partituras | Detalhes</title>
<link rel="stylesheet" href="src/style/style.css">
<link rel="shortcut icon" href="src/imagens/logobranca.ico" type="image/x-icon">
</head>
<body>
<header>
<a href="index.html"><img src="src/imagens/logotipo.png" alt="logotipo" height="80px" width="230px"></a>
<ul class="menu">
<li><a href="pagina-de-partituras.html"class="submenu1">Lista de Partituras</a></li>
<li><a href="" class="submenu1">Mais Acessadas</a></li>
<li class="submenu2"><a href="cadastro.html">Sign in</a></li>
<li class="submenu2"><a href="login.html">Login</a></li>
</ul>
</header>
<div id="iframe"></div>
<div class="container">
<div id="image"></div>
<div id="partitura-detalhes" class="partitura-detalhes"></div>
</div>
<div class="description" id="description"></div>
<footer>
<li><a href="contato.html">Contatos</a></li>
<li><a href="quem-somos.html">Quem Somos</a></li>
</footer>
<script src="src/js/details.js"></script>
<!--
__
/oo\
| |
^^ (vvvv) ^^
\\ /\__/\ //
\\/ \//
/ \
| | ^
/ \___/ |
( ) |
\----------/ /
// \\_____/
W W
-->
</body>
</html>