-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpro1.html
More file actions
25 lines (22 loc) · 744 Bytes
/
Copy pathpro1.html
File metadata and controls
25 lines (22 loc) · 744 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="pro1.css">
</head>
<body>
<div class="card">
<img src="https://images.unsplash.com/photo-1448376561459-dbe8868fa34c?w=500&auto=format&fit=crop&q=60&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MjB8fG1vZGVsfGVufDB8MHwwfHx8MA%3D%3D" alt="">
<h1>Alina soliean</h1>
<h5>Starnger</h5>
<div class="btn-cont">
<button id="add">Add friend</button>
<button id="del">Delete</button>
</div>
<h1>Click me</h1>
</div>
<script src="pro.js"></script>
</body>
</html>