-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.htm
46 lines (31 loc) · 1.04 KB
/
main.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
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/styles.css">
<meta charset="UTF-8">
<meta name="description" content="Página Principal – Qarabağ Bankı">
<meta name="keywords" content="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>
<header>
<h1>Qarabağ Bankı</h1>
</header>
<section>
<article>
<p>Bem-vindo à página do Qarabağ Bankı, o banco que reconstruirá Qarabağ!</p>
<p>Aqui você poderá encontrar informações de contato de nossas unidades de atendimento.</p>
<h2>Notícias</h2>
<p><b>Próximas Unidades Previstas</b></p>
<ul>
<li>Qubadlı – 30/11</li>
<li>Cəyirli – 15/12</li>
<li>Ərəbşahverdi – 31/12</li>
</ul>
<img class="resize" src="images/azerbaijan-rayon-map.jpg" alt="Províncias do Azerbaijão" title="Províncias do Azerbaijão">
</article>
</section>
</body>
</html>