-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpetarda.html
27 lines (27 loc) · 1.12 KB
/
petarda.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<script src="script.js" defer></script>
<title>David si petarda in forma de floare</title>
</head>
<body>
<p>Video cu petarda in forma de floare.</p>
<div>
<video id="petarda" controls>
<source src="https://cdn.discordapp.com/attachments/792743422934253618/918210581188739142/WhatsApp_Video_2021-12-08_at_20.08.18.mp4" type="video/mp4">
Esti prea prost sa vezi acest video lol.
</video>
</div>
<button type="button" onclick="arataPetarda()">Arata pe petarda</button>
<p>Colectia lui David de petarde: </p>
<div>
<image src="https://cdn.discordapp.com/attachments/792743422934253618/918531888883310612/IMG_20211209_175601.jpg">
</div>
<button type="button" onclick="arataColectia()">Arate pe colectie</button>
<button type="button" onclick="paginaUnu()">Pagina 1</button>
</body>
</html>