Netlify
tcp/443 tcp/80
The following URL (usually /.git/config) is publicly accessible and is leaking source code and repository configuration.
Severity: medium
Fingerprint: 2580fa947178c88602b1737db148c044baa2727ab8135b5bbc521bbb4a1aeb84
[core] repositoryformatversion = 0 filemode = false bare = false logallrefupdates = true symlinks = false ignorecase = true [submodule] active = . [remote "origin"] url = https://github.com/HsynAslan/Interpoint.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master [lfs] repositoryformatversion = 0 [branch "interpoint_branch"] remote = origin merge = refs/heads/interpoint_branch vscode-merge-base = origin/interpoint_branch
Open service 35.157.26.135:443 · interpointcompressor.com
2026-01-09 14:04
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 3
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18100
Content-Type: text/html; charset=UTF-8
Date: Fri, 09 Jan 2026 14:04:33 GMT
Etag: "add5352a2920b118e24d9c7f2456f207-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KEHH5FEAFHSK29K15S9YVWY7
Connection: close
Page title: Interpoint Kompresör
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interpoint Kompresör</title>
<link rel="icon" type="image/png" href="./images/Interpoint Compressor Logo.png">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Özel CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" rel="stylesheet">
<link rel="preload" href="./images/arkaplan.mp4" as="video" type="video/mp4">
<style>
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-text {
animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeftLong {
from {
opacity: 0;
transform: translateX(-400%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-textLong {
animation: slideInLeftLong 1s ease-out forwards;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.slider-container {
position: relative;
width: 100%;
max-width: 500px; /* Maksimum genişlik sınırı */
height: 60vh;
overflow: hidden;
border-radius: 10px;
margin: auto;
display: flex;
justify-content: flex-end; /* Resimleri sağ tarafa hizala */
align-items: center;
}
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 100%;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img {
width: 100%;
height: 60vh;
object-fit: cover;
display: block;
opacity: 0;
position: absolute;
top: -100%; /* Resimler yukarıda başlıyor */
left: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img.active {
opacity: 1;
transform: translateY(100%);
}
/* İlk resmin görünür olması için başlangıçta ayarlama yap */
.image-wrapper img:first-child {
opacity: 1;
top: 0;
transform: translateY(0);
}
.dots-container {
display: flex;
justify-content: center;
margin-top: 15px;
margin-left: 50%;
}
.dot {
width: 12px;
height: 12px;
margin: 5px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
}
.dot.active { background-color: black; }
/* Responsive Tasarım */
@media (max-width: 1000px) {
.dots-container{
margin-left: 0px;
}
.slider-container {
width: 90%; /* Küçük ekranlarda genişliği arttır */
height: 35vh; /* Mobil için boyutu küçült */
}
.image-wrapper img {
height: 40vh;
}
}
@media (max-width: 480px) {
.slider-container {
height: 35vh;
}
.image-wrapper img {
height: 35vh;
}
}
/* Ana İçerik için Z-index Ayarları */
.main-content {
position: relative;
z-index: 1; /* İçeriği videonun ve katmanın üstüne yerleştir */
}
/* Loading Ekranı için Z-index Ay
Open service 35.157.26.135:443 · interpointcompressor.com
2026-01-02 19:07
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18100
Content-Type: text/html; charset=UTF-8
Date: Fri, 02 Jan 2026 19:07:30 GMT
Etag: "add5352a2920b118e24d9c7f2456f207-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KE01Q5FXRF7JXTQGMNXMSA53
Connection: close
Page title: Interpoint Kompresör
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interpoint Kompresör</title>
<link rel="icon" type="image/png" href="./images/Interpoint Compressor Logo.png">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Özel CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" rel="stylesheet">
<link rel="preload" href="./images/arkaplan.mp4" as="video" type="video/mp4">
<style>
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-text {
animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeftLong {
from {
opacity: 0;
transform: translateX(-400%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-textLong {
animation: slideInLeftLong 1s ease-out forwards;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.slider-container {
position: relative;
width: 100%;
max-width: 500px; /* Maksimum genişlik sınırı */
height: 60vh;
overflow: hidden;
border-radius: 10px;
margin: auto;
display: flex;
justify-content: flex-end; /* Resimleri sağ tarafa hizala */
align-items: center;
}
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 100%;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img {
width: 100%;
height: 60vh;
object-fit: cover;
display: block;
opacity: 0;
position: absolute;
top: -100%; /* Resimler yukarıda başlıyor */
left: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img.active {
opacity: 1;
transform: translateY(100%);
}
/* İlk resmin görünür olması için başlangıçta ayarlama yap */
.image-wrapper img:first-child {
opacity: 1;
top: 0;
transform: translateY(0);
}
.dots-container {
display: flex;
justify-content: center;
margin-top: 15px;
margin-left: 50%;
}
.dot {
width: 12px;
height: 12px;
margin: 5px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
}
.dot.active { background-color: black; }
/* Responsive Tasarım */
@media (max-width: 1000px) {
.dots-container{
margin-left: 0px;
}
.slider-container {
width: 90%; /* Küçük ekranlarda genişliği arttır */
height: 35vh; /* Mobil için boyutu küçült */
}
.image-wrapper img {
height: 40vh;
}
}
@media (max-width: 480px) {
.slider-container {
height: 35vh;
}
.image-wrapper img {
height: 35vh;
}
}
/* Ana İçerik için Z-index Ayarları */
.main-content {
position: relative;
z-index: 1; /* İçeriği videonun ve katmanın üstüne yerleştir */
}
/* Loading Ekranı için Z-index Ay
Open service 35.157.26.135:443 · interpointcompressor.com
2025-12-23 05:18
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 0
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18100
Content-Type: text/html; charset=UTF-8
Date: Tue, 23 Dec 2025 05:18:59 GMT
Etag: "add5352a2920b118e24d9c7f2456f207-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KD4TAYBY9GBXVY603J6NC5C9
Connection: close
Page title: Interpoint Kompresör
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interpoint Kompresör</title>
<link rel="icon" type="image/png" href="./images/Interpoint Compressor Logo.png">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Özel CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" rel="stylesheet">
<link rel="preload" href="./images/arkaplan.mp4" as="video" type="video/mp4">
<style>
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-text {
animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeftLong {
from {
opacity: 0;
transform: translateX(-400%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-textLong {
animation: slideInLeftLong 1s ease-out forwards;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.slider-container {
position: relative;
width: 100%;
max-width: 500px; /* Maksimum genişlik sınırı */
height: 60vh;
overflow: hidden;
border-radius: 10px;
margin: auto;
display: flex;
justify-content: flex-end; /* Resimleri sağ tarafa hizala */
align-items: center;
}
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 100%;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img {
width: 100%;
height: 60vh;
object-fit: cover;
display: block;
opacity: 0;
position: absolute;
top: -100%; /* Resimler yukarıda başlıyor */
left: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img.active {
opacity: 1;
transform: translateY(100%);
}
/* İlk resmin görünür olması için başlangıçta ayarlama yap */
.image-wrapper img:first-child {
opacity: 1;
top: 0;
transform: translateY(0);
}
.dots-container {
display: flex;
justify-content: center;
margin-top: 15px;
margin-left: 50%;
}
.dot {
width: 12px;
height: 12px;
margin: 5px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
}
.dot.active { background-color: black; }
/* Responsive Tasarım */
@media (max-width: 1000px) {
.dots-container{
margin-left: 0px;
}
.slider-container {
width: 90%; /* Küçük ekranlarda genişliği arttır */
height: 35vh; /* Mobil için boyutu küçült */
}
.image-wrapper img {
height: 40vh;
}
}
@media (max-width: 480px) {
.slider-container {
height: 35vh;
}
.image-wrapper img {
height: 35vh;
}
}
/* Ana İçerik için Z-index Ayarları */
.main-content {
position: relative;
z-index: 1; /* İçeriği videonun ve katmanın üstüne yerleştir */
}
/* Loading Ekranı için Z-index Ay
Open service 35.157.26.135:443 · interpointcompressor.com
2025-12-21 01:42
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18100
Content-Type: text/html; charset=UTF-8
Date: Sun, 21 Dec 2025 01:42:52 GMT
Etag: "add5352a2920b118e24d9c7f2456f207-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCZ95RF45CP1HSZ9SCYKC83C
Connection: close
Page title: Interpoint Kompresör
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interpoint Kompresör</title>
<link rel="icon" type="image/png" href="./images/Interpoint Compressor Logo.png">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Özel CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" rel="stylesheet">
<link rel="preload" href="./images/arkaplan.mp4" as="video" type="video/mp4">
<style>
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-text {
animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeftLong {
from {
opacity: 0;
transform: translateX(-400%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-textLong {
animation: slideInLeftLong 1s ease-out forwards;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.slider-container {
position: relative;
width: 100%;
max-width: 500px; /* Maksimum genişlik sınırı */
height: 60vh;
overflow: hidden;
border-radius: 10px;
margin: auto;
display: flex;
justify-content: flex-end; /* Resimleri sağ tarafa hizala */
align-items: center;
}
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 100%;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img {
width: 100%;
height: 60vh;
object-fit: cover;
display: block;
opacity: 0;
position: absolute;
top: -100%; /* Resimler yukarıda başlıyor */
left: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img.active {
opacity: 1;
transform: translateY(100%);
}
/* İlk resmin görünür olması için başlangıçta ayarlama yap */
.image-wrapper img:first-child {
opacity: 1;
top: 0;
transform: translateY(0);
}
.dots-container {
display: flex;
justify-content: center;
margin-top: 15px;
margin-left: 50%;
}
.dot {
width: 12px;
height: 12px;
margin: 5px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
}
.dot.active { background-color: black; }
/* Responsive Tasarım */
@media (max-width: 1000px) {
.dots-container{
margin-left: 0px;
}
.slider-container {
width: 90%; /* Küçük ekranlarda genişliği arttır */
height: 35vh; /* Mobil için boyutu küçült */
}
.image-wrapper img {
height: 40vh;
}
}
@media (max-width: 480px) {
.slider-container {
height: 35vh;
}
.image-wrapper img {
height: 35vh;
}
}
/* Ana İçerik için Z-index Ayarları */
.main-content {
position: relative;
z-index: 1; /* İçeriği videonun ve katmanın üstüne yerleştir */
}
/* Loading Ekranı için Z-index Ay
Open service 35.157.26.135:443 · interpointcompressor.com
2025-12-19 05:08
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18100
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 05:08:34 GMT
Etag: "add5352a2920b118e24d9c7f2456f207-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCTG4ZNANQ97RRT17HFMX6DQ
Connection: close
Page title: Interpoint Kompresör
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interpoint Kompresör</title>
<link rel="icon" type="image/png" href="./images/Interpoint Compressor Logo.png">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Özel CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" rel="stylesheet">
<link rel="preload" href="./images/arkaplan.mp4" as="video" type="video/mp4">
<style>
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-text {
animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeftLong {
from {
opacity: 0;
transform: translateX(-400%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-textLong {
animation: slideInLeftLong 1s ease-out forwards;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.slider-container {
position: relative;
width: 100%;
max-width: 500px; /* Maksimum genişlik sınırı */
height: 60vh;
overflow: hidden;
border-radius: 10px;
margin: auto;
display: flex;
justify-content: flex-end; /* Resimleri sağ tarafa hizala */
align-items: center;
}
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 100%;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img {
width: 100%;
height: 60vh;
object-fit: cover;
display: block;
opacity: 0;
position: absolute;
top: -100%; /* Resimler yukarıda başlıyor */
left: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img.active {
opacity: 1;
transform: translateY(100%);
}
/* İlk resmin görünür olması için başlangıçta ayarlama yap */
.image-wrapper img:first-child {
opacity: 1;
top: 0;
transform: translateY(0);
}
.dots-container {
display: flex;
justify-content: center;
margin-top: 15px;
margin-left: 50%;
}
.dot {
width: 12px;
height: 12px;
margin: 5px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
}
.dot.active { background-color: black; }
/* Responsive Tasarım */
@media (max-width: 1000px) {
.dots-container{
margin-left: 0px;
}
.slider-container {
width: 90%; /* Küçük ekranlarda genişliği arttır */
height: 35vh; /* Mobil için boyutu küçült */
}
.image-wrapper img {
height: 40vh;
}
}
@media (max-width: 480px) {
.slider-container {
height: 35vh;
}
.image-wrapper img {
height: 35vh;
}
}
/* Ana İçerik için Z-index Ayarları */
.main-content {
position: relative;
z-index: 1; /* İçeriği videonun ve katmanın üstüne yerleştir */
}
/* Loading Ekranı için Z-index Ay
Open service 35.157.26.135:80 · interpointcompressor.com
2025-12-19 05:08
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 05:08:33 GMT Location: https://interpointcompressor.com/ Server: Netlify X-Nf-Request-Id: 01KCTG4YTJX046A1ZTBFKBNFYS Content-Length: 48 Connection: close Redirecting to https://interpointcompressor.com/
Open service 63.176.8.218:443 · interpointcompressor.com
2025-12-19 05:08
HTTP/1.1 200 OK
Accept-Ranges: bytes
Age: 1
Cache-Control: public,max-age=0,must-revalidate
Cache-Status: "Netlify Edge"; hit
Content-Length: 18100
Content-Type: text/html; charset=UTF-8
Date: Fri, 19 Dec 2025 05:08:34 GMT
Etag: "add5352a2920b118e24d9c7f2456f207-ssl"
Server: Netlify
Strict-Transport-Security: max-age=31536000
X-Nf-Request-Id: 01KCTG4ZQ8HEJX0FBQ2K0N04ZR
Connection: close
Page title: Interpoint Kompresör
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Interpoint Kompresör</title>
<link rel="icon" type="image/png" href="./images/Interpoint Compressor Logo.png">
<!-- Bootstrap 5 CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Özel CSS -->
<link rel="stylesheet" href="style.css">
<!-- Bootstrap Icons -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css" rel="stylesheet">
<link rel="preload" href="./images/arkaplan.mp4" as="video" type="video/mp4">
<style>
@keyframes slideInLeft {
from {
opacity: 0;
transform: translateX(-100%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-text {
animation: slideInLeft 1s ease-out forwards;
}
@keyframes slideInLeftLong {
from {
opacity: 0;
transform: translateX(-400%);
}
to {
opacity: 1;
transform: translateX(0);
}
}
.animated-textLong {
animation: slideInLeftLong 1s ease-out forwards;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
.slider-container {
position: relative;
width: 100%;
max-width: 500px; /* Maksimum genişlik sınırı */
height: 60vh;
overflow: hidden;
border-radius: 10px;
margin: auto;
display: flex;
justify-content: flex-end; /* Resimleri sağ tarafa hizala */
align-items: center;
}
.image-wrapper {
position: absolute;
top: 0;
right: 0;
width: 100%;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img {
width: 100%;
height: 60vh;
object-fit: cover;
display: block;
opacity: 0;
position: absolute;
top: -100%; /* Resimler yukarıda başlıyor */
left: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.image-wrapper img.active {
opacity: 1;
transform: translateY(100%);
}
/* İlk resmin görünür olması için başlangıçta ayarlama yap */
.image-wrapper img:first-child {
opacity: 1;
top: 0;
transform: translateY(0);
}
.dots-container {
display: flex;
justify-content: center;
margin-top: 15px;
margin-left: 50%;
}
.dot {
width: 12px;
height: 12px;
margin: 5px;
background-color: gray;
border-radius: 50%;
cursor: pointer;
}
.dot.active { background-color: black; }
/* Responsive Tasarım */
@media (max-width: 1000px) {
.dots-container{
margin-left: 0px;
}
.slider-container {
width: 90%; /* Küçük ekranlarda genişliği arttır */
height: 35vh; /* Mobil için boyutu küçült */
}
.image-wrapper img {
height: 40vh;
}
}
@media (max-width: 480px) {
.slider-container {
height: 35vh;
}
.image-wrapper img {
height: 35vh;
}
}
/* Ana İçerik için Z-index Ayarları */
.main-content {
position: relative;
z-index: 1; /* İçeriği videonun ve katmanın üstüne yerleştir */
}
/* Loading Ekranı için Z-index Ay
Open service 63.176.8.218:80 · interpointcompressor.com
2025-12-19 05:08
HTTP/1.1 301 Moved Permanently Content-Type: text/plain; charset=utf-8 Date: Fri, 19 Dec 2025 05:08:34 GMT Location: https://interpointcompressor.com/ Server: Netlify X-Nf-Request-Id: 01KCTG4Z49Q4HJ7XM80KBYZ69N Content-Length: 48 Connection: close Redirecting to https://interpointcompressor.com/