-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.htm
37 lines (27 loc) · 1.17 KB
/
menu.htm
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<meta charset="UTF-8">
<meta name="description" content="Menu Principal – Qarabağ Bankı">
<meta name="keywords" content="Menu, Qarabağ, Karabakh, Azerbaijan, Azərbaycan, Bankı">
<meta name="author" content="Jean Stylianoudakis">
<meta http-equiv="refresh" content="150">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: red;">
<img class="resize" src="images/flag.jpg" alt="Azerbaijan Flag"><br>
<hr>
<h1 style="text-align: center; color: white;">Qarabağ Bankı</h1>
<hr>
<!-- Esta é a composição das páginas do site -->
<p><a class="menu" href="/inicio" target="main">Página Inicial</a></p>
<p><a class="menu" href="branches.htm" target="main">Atendimento</a></p>
<p><a class="menu" href="form.htm" target="main">Formulário</a></p>
<p><a class="menu" href="quotes.htm" target="main">Citações</a></p>
<p><a class="menu" href="/sobre" target="main">Sobre Nós</a></p>
<br>
<q style="color:white">No citizen can remain indifferent to social and political life.</q>
<p class="nome" style="color:white">Heydar Aliyev</p>
</body>
</html>