-
Notifications
You must be signed in to change notification settings - Fork 0
/
secondPage.html
56 lines (53 loc) · 2.5 KB
/
secondPage.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
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta charset="utf-8">
<title>FundHub</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="/static/bootstrap.min.css">
<link rel="manifest" href="/static/manifest.json">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script>
</head>
<body>
<div style=" float: left; height: 572px; width: 200px; background-color: #074485; z-index: 1;">
<img src="/static/logo-branco.png" style="height: 100px; margin-left: 15px">
<div style="height: 2px; width: 150px; background-color: #ffffff; margin-left: 25px"></div>
<div style="margin-top: 20px">
<p style=" color: #ffffff; margin-left: 50px; font-size: 16px">Dashboard</p>
<p style=" color: #ffffff; margin-left: 50px; font-size: 16px">Histórico</p>
<p style=" color: #ffffff; margin-left: 50px; font-size: 16px">Cotização</p>
<p style=" color: #ffffff; margin-left: 50px; font-size: 16px">Auditoria</p>
</div>
<div style="height: 2px; width: 150px; background-color: #ffffff; margin-left: 25px; margin-top: 220px"></div>
<div style="margin-top: 6px">
<p style=" color: #ffffff; margin-left: 50px; font-size: 16px">APIs</p>
<p style=" color: #ffffff; margin-left: 50px; font-size: 16px">Suporte</p>
</div>
</div>
<div style="background-color: #0caca6; width: 1160px; margin-left: 200px">
<img src="/static/user.png" style="height: 40px; margin-left: 1090px">
</div>
<div style="text-align: center; margin-top: 110px">
<!-- Colored raised button -->
{}
</div>
<div>
<form action="http://localhost:8000/sendfiles" method="get" >
<button class="mdl-button mdl-js-button mdl-button--raised mdl-button--colored" style="margin-left: 530px">
Enviar
</button>
</Label>
</form>
</div>
<script type="text/javascript">
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
</body>
</html>