-
Notifications
You must be signed in to change notification settings - Fork 0
/
novo.html
30 lines (21 loc) · 866 Bytes
/
novo.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<div class="sidebar">
<a href="#web"><i class="fa fa-fw fa-home"></i> Navegador</a>
<a href="#graph"><i class="fa fa-fw fa-home"></i> Gráfico</a>
<a href="#img"><i class="fa fa-fw fa-home"></i> Imagem</a>
<a href="#player"><i class="fa fa-fw fa-home"></i> Player</a>
<a href="novo.html"><i class="fa fa-fw fa-home"></i> Home</a>
<
</div>
<div class="main">
<iframe src="https://embed.waze.com/iframe?zoom=14&lat=-23.498593&lon=-47.454071&ct=livemap" width="1126" height="748" frameborder="0" allowfullscreen></iframe>
</div>
</body>
</html>