-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteste.html
More file actions
30 lines (30 loc) · 1.26 KB
/
Copy pathteste.html
File metadata and controls
30 lines (30 loc) · 1.26 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meu Site</title>
<link rel="stylesheet" href="styles.css">
</head>
<body style="background-color: black">
<div class="background">
<video autoplay loop muted>
<source src="img/background.mp4" type="video/mp4">
Seu navegador não suporta vídeos em MP4.
</video>
</div>
<div class="content">
<div class="profile-section">
<img src="img/profile.png" alt="Foto de Perfil" class="profile-pic">
</div>
<div class="links-section">
<a href="https://placeholder.com"><img src="img/placeholder1.png" alt="Link 1"></a>
<a href="https://placeholder.com"><img src="img/placeholder2.png" alt="Link 2"></a>
<a href="https://placeholder.com"><img src="img/placeholder3.png" alt="Link 3"></a>
<a href="https://placeholder.com"><img src="img/placeholder4.png" alt="Link 4"></a>
<a href="https://placeholder.com"><img src="img/placeholder5.png" alt="Link 5"></a>
<a href="https://placeholder.com"><img src="img/placeholder6.png" alt="Link 6"></a>
</div>
</div>
</body>
</html>