-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfirmacao.html
36 lines (35 loc) · 1.04 KB
/
confirmacao.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="menu.css">
<link rel="stylesheet" href="cadastro.css" type="text/css">
<title>Confirmação de Doação</title>
<style>
.image{
margin: 30px;
text-align: right;
}
.image2{
margin: 10px;
padding: 25px;
text-align: left;
}
</style>
</head>
<body>
<div class="menu">
<div id="areaLogo">
<H1 id="principal">UEMG SOLIDÁRIA</H1>
</div>
<div id="areaMenu">
<a class="links" href="index.html">Início</a>
<a class="links" href="campanha.html">Campanha</a>
<a class="links" href="hospital.html">Hospital</a>
<a class="links" href="curso.html"> Curso Sistemas de Informação</a>
<a class="links" href="uemg.html">UEMG</a>
</div>
</div>
</body>
</html>