cloudflare
tcp/443 tcp/80 tcp/8443
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb24b26721
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/vishal-811/modal-share-app-js2.git fetch = +refs/heads/*:refs/remotes/origin/*
Severity: medium
Fingerprint: 2580fa947e78dd08e645819d3d07dc0ea7311b15babc14115f25fc0a5ff9f607
HTTP/1.1 200 OK
Date: Mon, 08 May 2023 13:14:56 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=qBi%2BRaRPezryc22IFC%2Bp0%2FCyWgkEykVqurqOMemv%2FJc2YNzOSOP0OwwK1MqwR%2B1JATlV1yqFGBvfECa3g7iF5dJ2OswuZximi%2BQTqp1k63PpyDblpRjzV4o6uMi%2B1nJyrZvMbDc7B6KyPw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 7c41f7f729627333-LHR
alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/vishal-811/modal-share-app-js2.git
fetch = +refs/heads/*:refs/remotes/origin/*
Severity: medium
Fingerprint: 2580fa947e78dd08e645819d3d07dc0ea7311b15babc14115f25fc0a3860c04f
HTTP/1.1 200 OK
Date: Mon, 08 May 2023 13:14:56 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=iAa04eNX4MmabURmVxSMT7xf4m5ez8QDpGoZ4XxMK9Vbrha%2BV3JkCYfYegTFvBnIchHaP23IpjxfUujrAHo%2Fs%2FVhWFabwcJe8R6BAn2Gla2wwe2Rfv%2B6%2BQSL1Ck3G8LDnbwrvoVTHTaHbg%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 7c41f7f98a7918c9-FRA
alt-svc: h3=":443"; ma=86400, h3-29=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/vishal-811/modal-share-app-js2.git
fetch = +refs/heads/*:refs/remotes/origin/*
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb24b26721
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [remote "origin"] url = https://github.com/vishal-811/modal-share-app-js2.git fetch = +refs/heads/*:refs/remotes/origin/*
Severity: medium
Fingerprint: 2580fa947e78dd08e645819d3d07dc0ea7311b15babc14115f25fc0a00e66061
HTTP/1.1 200 OK
Date: Mon, 08 May 2023 13:14:56 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=ihup3CBBjDuUjue8VA8wz2msqlNKPfmWuaZecpP4fwwFcrItJyg9uX5chLwFRVHBWfjtvKJGtKgdfJpaTZoj9SelrqYpWUd%2BM4L7KlqHL8DnVKNW8bO4HrmDi8sI3e8LY9e8JVgfMvfklg%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 7c41f7f7be891e5c-FRA
alt-svc: h3=":8443"; ma=86400, h3-29=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/vishal-811/modal-share-app-js2.git
fetch = +refs/heads/*:refs/remotes/origin/*
Severity: medium
Fingerprint: 2580fa947e78dd08e645819d3d07dc0ea7311b15babc14115f25fc0a7ae5c208
HTTP/1.1 200 OK
Date: Mon, 08 May 2023 13:14:56 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v3?s=%2FckDJkk6BwtvcjGkWTwwss93vp6EOtVgae8zUM%2BQ3t3LHAiByk6%2BxPLejA6VEEPdu%2BO06otOErYN2ZNmYFF9sZHOYa%2BAVgY5iQTnaPnTuDIkumBNsm8P3vOgcCB1cHUIYvQkOVaQw7kfWw%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 7c41f7f90a4a9b4b-FRA
alt-svc: h3=":8443"; ma=86400, h3-29=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/vishal-811/modal-share-app-js2.git
fetch = +refs/heads/*:refs/remotes/origin/*
Open service 172.66.45.26:8443 · sharemodalapp.pages.dev
2026-01-09 15:53
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 15:53:05 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yhEvcyrFwpP77hOKFdDNnYBMTdyhg2ng5q6e1pMDUBToH4Qo3Ki%2Bw%2FUUE9lHv8u4sMBu3doLG8tjEuPdWbFnenYwLqgQcRD8xaJ%2FcWCW%2BjyEDFbOTAmf"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bb51b00de93fd3b-SIN
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:443 · sharemodalapp.pages.dev
2026-01-09 15:53
HTTP/1.1 200 OK
Date: Fri, 09 Jan 2026 15:53:05 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=QFqvAgk8nDnLOiLbLMAKIy0Llv48L%2BA%2B1oF5COLLLMK7ywuq32vYL%2BmoZi8UOpbHOTRlnCBPzkv3BhLYvDV6SBAd7Q1h%2BLnjrV0AhcXE7vDjH0hm5G4v"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9bb51b00e9fad3a8-FRA
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:443 · sharemodalapp.pages.dev
2026-01-02 22:37
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:37:12 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=9XhcILur5AsuCiPMnsSCLWBgT4KZkvNKeH8TxGIwlinl2hDq%2FjBi9DYcfSOL%2BpqX%2BFRmg7t4%2FbY5IfppEYH8GPoPbRLpSMs1s8WdHulcSmI0uYpTrQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7dbd590ad09cb4-EWR
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.45.26:8443 · sharemodalapp.pages.dev
2026-01-02 22:37
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:37:12 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=wXCUU4X3YxoUysOHMlXR7k0JeR%2Fm3Fy%2BysYQixccOEZtLyRzzhpQtx6wR%2BP7KJCOl32%2BV2ZGcdQXKGHjTgXADdBrt9BZT7%2B1nfWh%2BBZf0KmkURClN7ws"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7dbd591bdcf46c-YYZ
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 2606:4700:310c::ac42:2d1a:443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xAH%2FUu5wMdp4FOd6tVM5hf4tNj%2BPjrmXnMm497mALcphJzJG5pAQ2m7soMCKW0RItoOkLHwSJbbja51RkX0X1pKSCkE3Ifh3UNJBG%2FaXPD1rSGk9If5caYg%2F7RwED3jfQ7Nm"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d95062b43eef5-EWR
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 2606:4700:310c::ac42:2d1a:8443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=yiiwllJPCDAvC3gBFMfq9lXXCcb%2FR3kvT5AMF1WoL2FhERBa2wUWAxxUK5PHyYbnyRfgdXtucXMg4y67Lt%2FBf5XZTkBkkSJfeh6jvsme6S%2B5N0IsUACMVPApYRx26YunoQ%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d9505cfdff5f2-AMS
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:80 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Length: 0
Connection: close
Location: https://sharemodalapp.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=%2Bh7dFPesfMbcc7JDkwOAfGil81IvGkD61JqxYFHYgFbWb49pf2QFZ30Arzy%2F%2B5I96QxoD%2BejO%2FtzUizNhR2dFeY2OpLRYvAXRPyQV%2BjahtXDaFfFQiCl"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d9505685363ed-LHR
alt-svc: h3=":443"; ma=86400
Open service 172.66.45.26:80 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Length: 0
Connection: close
Location: https://sharemodalapp.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=xQTDtaOpJfsrfnjWwW67sIVv%2B0hK3ByuYhj%2Fkt8x3igeNO99FEXG0qC9g8ATgwwc%2FpsRA3kGWHH3sfv%2ByKit0epcNelpc3kE54HJF52rGhtKCBtzAMzk"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d9505e86afdb0-SIN
alt-svc: h3=":443"; ma=86400
Open service 172.66.45.26:8443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=0G1lGLEX4qs%2B5yTVwQBb0rycI44%2B2PsntmPEkbGE0LD31kSAJ4xzMGSvTAwWarUFVwAppyMHeGG4esfv2YMfnv9ERql3tEdCswPwpJ8pbvfmy0uZrkmq"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d95055dd80f61-EWR
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:8443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=vScznGs%2BVy2cEMRhEHOqQSdpLHlQh%2BUrwyrbtLvz82%2BPodYY0GzU4GE3PLux18zE8OZ1kHvfimPZcPU2FnmHqrpprXvkvZxM8fyV578BJdqvtb00SCPN"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d95059e0081ec-SIN
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: close
CF-RAY: 9b7d95059c289219-FRA
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2FogHVM2BcjHYcwBaTO9WdbnlC8OZal%2FrKDZn8YfNwNB%2B3ws7Gz6rxEEU6ty4eiEC1%2Bt2jT3joSmEyJcGdICKKpaHm8R%2FwAgaVXiEV%2Bs9ZzgluCzjnlkeCXHwmjioJAe0V3AXGqNv6WmdGQ%3D%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 2606:4700:310c::ac42:2ee6:80 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Length: 0
Connection: close
Location: https://sharemodalapp.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=f4911cj1NZ5EmvrD4FMaK60r8qNeNJxdU5hZkrg4mZHuuAk3ma9z8gKiP%2BVySsZTNOJVmK7ym2pGdko4%2ByfEb1Z9ACRkoK76g0JlJ%2BcnZZXIKx4C61SLE2pG3vhlX78LoqIN"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d9504be9bab58-SJC
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2d1a:80 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 301 Moved Permanently
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Length: 0
Connection: close
Location: https://sharemodalapp.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Iswlnrxxfl2MHTjVlOFPeU4coKR8SNfoKq1rpVtnnALglFQUYn8md1gbnOLuwZnJy6qYGl78tdYjzvpqEBC0XxvR2fHwfLicOOcjqkiO1C292TdnwMl6V%2BRpgIxcdMhQdVeq"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d9504deed7c0a-FRA
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2ee6:443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=n03uNCZc1JACwT4F78%2F5MPLhnUJY%2FcXFGo%2BOEo0MWUsdL3elb%2FJ12pv8DKcDL6QDRFabessiNs2GuOigpUqNGfvjLlHPZmA14NJ7gUEGDzfjjgYwDzoIpeY%2Fg8FfwikUxR6g"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d95049adc418f-LHR
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 2606:4700:310c::ac42:2ee6:8443 · sharemodalapp.pages.dev
2026-01-02 22:09
HTTP/1.1 200 OK
Date: Fri, 02 Jan 2026 22:09:40 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=Zyy129xXksqrw3VoT1bHGrP%2FCxwd5ODEgW4S6ibc20ptYFHoFam13%2BUzgfzF%2FXGVtWGHHpK1oYWdaHea5sjj9yj7NZP%2FR%2FMEgp91acs%2F0N5NSrTYdIISp52ULZydq5eAmA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b7d95049924ef2b-LHR
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:443 · sharemodalapp.pages.dev
2025-12-22 21:21
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 21:21:47 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=DUoRPuL405mUA9zlhhgAQtbJhiK6O4SGYrt8Na%2FcWsF7TmO4pY3oJF02Z5x59nGCgcIEwBE74cwmlTU3KDQ%2BwCkGiG8QPHrZKCuDSHyaj%2FIfz7BK2ISE"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b22abbc9f63ab81-YYZ
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.45.26:8443 · sharemodalapp.pages.dev
2025-12-22 21:21
HTTP/1.1 200 OK
Date: Mon, 22 Dec 2025 21:21:46 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oRzrr%2FIIabq78W4E1q%2B8XT4ARsE8uOcnIuSUnJBMJv34gyra0X2wm340CTtxeA6iH6DI2s%2F5yAH28hazLNT%2BBfmklNB8mx3IrgwqPUa8LQIuXn5Igdsh"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b22abbac897d577-LHR
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.45.26:8443 · sharemodalapp.pages.dev
2025-12-20 22:59
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 22:59:17 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=jH8XDyNuWyS5QZ1zImGBRoBSEGECaHQ1%2B02pON6Ykb3Ni2oTth%2Fglj%2FtjTHkhYw7%2F7aNrT0IyVf59VfZujZQdseEUhWAxxuIVt%2Bb4vQ3OiuBHH0P%2FA%3D%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b12bfd36e60c33d-EWR
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:443 · sharemodalapp.pages.dev
2025-12-20 22:59
HTTP/1.1 200 OK
Date: Sat, 20 Dec 2025 22:59:17 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=XEmUeCRjLayRtVk%2B8vHJ6tYFjMAtVfzh0wShyiYENNqbp0dFSRbSPQpdv5snWBmGoYufjd6NsTvKnxl9Eq2mgi6fMlWpUX0%2BRmGkzlQ0HNXNRZcfTsGf"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b12bfd3be0392b7-FRA
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.45.26:8443 · sharemodalapp.pages.dev
2025-12-19 01:51
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 01:51:55 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=8Dpx5%2FJQVx%2B1ngN6A2%2F1%2FGin%2Fo27%2B2ihnrMWjF3Uz6i244RE00tEAQxNEsrLhz8R5Lrn5Z4yFZn52utRnRQv6H1RkKZCVjgGHBGAv%2F%2FiT%2F76873nQtAx"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b0341f379c0d56f-LHR
alt-svc: h3=":8443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>
Open service 172.66.46.230:443 · sharemodalapp.pages.dev
2025-12-19 01:51
HTTP/1.1 200 OK
Date: Fri, 19 Dec 2025 01:51:55 GMT
Content-Type: text/html; charset=utf-8
Content-Length: 2960
Connection: close
Access-Control-Allow-Origin: *
Cache-Control: public, max-age=0, must-revalidate
ETag: "5ce9d23e2c2ba78e3f20ae9a54c0e5fe"
referrer-policy: strict-origin-when-cross-origin
x-content-type-options: nosniff
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=oKLw4odK%2FM99igDkXlJ9GjSEsc1kAr3SsF%2FYgjsH1XxhBUBnde%2By8Gmgjiz6O11Qzf1OEj%2Bw9azdy6M8YVlH3N%2BNZff5w2Xc3vDvsNAR0hGMHMy5UEd4"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9b0341f2ef05d922-LHR
alt-svc: h3=":443"; ma=86400
Page title: Profile Share Modal
<!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 Share Modal</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="wrapper">
<!-- First circle -->
<div class="circle1"></div>
<!-- Second Circle -->
<div class="circle2"></div>
<!-- Card -->
<div class="cardcontainer">
<!-- Image -->
<div class="imagecontainer">
<img src="photo1.jpg" alt="">
</div>
<!-- Name -->
<h2 class="name">Vishal Sharma</h2>
<!-- Designation -->
<h3 class="designation">Student,Second Year</h3>
<!-- sharecontainer -->
<div class="bottom-group">
<button onclick="openModal()" class="btn-share btn-card">
<i class="fa-solid fa-share"></i>
<div>share my profile</div>
</button>
<button class="btn-follow btn-card">Follow me</button>
</div>
</div>
<!-- MODAL Component -->
<div class="modal">
<div class="modal-header">
<h1>Share My Profile</h1>
<div>
<i onclick="closeModal()" class="fa-solid fa-xmark close"></i>
</div>
</div>
<div>
<h3>Share this via</h3>
<!-- Icon Container -->
<div class="icon-container">
<a href="https://www.linkedin.com/in/vishal-sharma-767289228/" target="_blank" class="icon" id="linkedin">
<i class="fa-brands fa-linkedin"></i>
</a>
<a href="https://twitter.com/VishalS39553111" target="_blank" class="icon" id="twitter">
<i class="fa-brands fa-twitter"></i>
</a>
<a href="#" class="icon" id="instagram" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://github.com/vishal-811" target="_blank" class="icon" id="github">
<i class="fa-brands fa-github"></i>
</a>
<a href="#" class="icon" target="_blank" id="telegram">
<i class="fa-brands fa-telegram"></i>
</a>
</div>
</div>
</div>
<!-- Overlay -->
<div class="overlay" onclick="closeModal()"></div>
</div>
<script src="https://kit.fontawesome.com/58a810656e.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
</body>
</html>