-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYT1.html
More file actions
21 lines (21 loc) · 741 Bytes
/
YT1.html
File metadata and controls
21 lines (21 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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">
<title>Profile</title>
<link rel="stylesheet" type="text/css" href="/Style_YT1.css">
</head>
<body>
<div class="box">
<div class="content">
<img src="/Pic/Me2.jpg">
<h2>
Mohammad Morteza <br><span>Full Stack</span>
</h2>
<a href="https://www.linkedin.com/in/mohammad-morteza-2a121321a?lipi=urn%3Ali%3Apage%3Ad_flagship3_profile_view_base_contact_details%3BA5uC1DQGTJaucK5CgvBytQ%3D%3D" target="_blank">Detail...</a>
</div>
</div>
</body>
</html>