-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaguardando.html
45 lines (38 loc) · 1.55 KB
/
aguardando.html
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<title>∑ Trade</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Old+Standard+TT&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Arvo&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Mukta:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="js/java_s.js"></script>
</head>
<body>
<header>
<a href="inicio.html">
<img src="img/menu.png" alt="botão de menu" >
</a>
<h1>
∑ Trade
</h1>
<a class='img2' href="notificacao.html">
<img src="img/notificacao.png" alt="notificacao" >
</a>
</header>
<main>
<h1>
Aguardando confirmação do vendendor
</h1>
<a class='botao' href="inicio.html">
<h2>Voltar ao menu </h2>
</a>
</main>
</body>
</html>