-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.html
71 lines (39 loc) · 2.3 KB
/
test.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang ="pt-br">
<head>
<meta charset = "utf-8">
<meta name ="viewport" content ="width=device-width,initial-scale=1"/>
<title>Tests</title>
<link rel ="shortcut icon" type ="image/x-icon" href ="/marvinsilc.github.io/favicon.ico">
<link rel ="stylesheet" type ="text/css" href ="style.css">
<link rel ="stylsheet" href ="https://pyscript.net/alpha/pyscript.css">
<script defer src ="https://pyscript.net/alpha/pyscript.js"></script>
</head>
<body>
<a href ="/marvinsilc.github.io/logica.html"><b>Atividades de Lógica</b> </a> <br>
<a href ="/marvinsilc.github.io/so.html"><b>Atividades de Sistemas Operacionais</b> </a> <br>
<a href ="/marvinsilc.github.io/bd.html"><b>Atividades de Banco de Dados</b> </a> <br>
<a href ="https://www.google.com">Google</a> <br>
<video width ="427" height ="240" controls>
<source src ="/marvinsilc.github.io/Programador conta como foi sua primeira experiência com o PHP.webm" type ="video/mp4">
</video> <br>
<iframe width ="427" height ="240" src ="https://www.youtube.com/embed/GfO-3Oir-qM"></iframe> <br>
<audio controls>
<source src ="/marvinsilc.github.io/Voz_170925_2.3gp" type ="audio/mpeg">
</audio>
<p>Escolha uma marca de carro:</p>
<select>
<option value ="Volvo">Volvo</option>
<option value ="Maseratti">Maseratti</option>
<option value ="Porsche">Porsche</option>
</select>
<button popovertarget ="gmaps">Exibir/Esconder Google maps</button>
<div popover id ="gmaps">
<div class ="gmap_canvas">
<iframe id="test" width ="600" height="500" id="gmap_canvas" src ="https://maps.google.com/maps?q=Pousada%20central,%20ribeira%20do%20pombal&t=&z=13&ie=UTF8&iwloc=&output=embed" frameborder ="0" scrolling ="no" marginheight ="0" marginwidth ="0"></iframe>
<a href ="https://embedgooglemap.net/124/">123movies-to.org</a><br><style>.mapouter{position:relative;text-align:right;height:500px;width:600px;}</style>
<a href ="https://www.embedgooglemap.net">embedgooglemap.net</a><style>.gmap_canvas {overflow:hidden;background:none!important;height:500px;width:600px;}</style>
</div>
</div>
</body>
</html>