-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 784 Bytes
/
Copy pathindex.html
File metadata and controls
28 lines (27 loc) · 784 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
26
27
28
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Shivam Kapasia">
<meta name="keywords" content="shivam kapasia, kapasia,shivam,shivamkapasia,salesforce,salesforce developer">
<meta name="author" content="Shivam Kapasia">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="https://github.com/shivamkapasia0/myPortfolio/blob/main/favicon.ico" type="image/x-icon">
<title>Shivam Kapasia Portfolio</title>
<style>
html, body {
margin: 0;
padding: 0;
height: 100%;
}
iframe {
width: 100%;
height: 100%;
border: none;
}
</style>
</head>
<body>
<iframe src="https://kapasia-dev-ed.my.site.com/ShivamKapasia0/"></iframe>
</body>
</html>