cloudflare
tcp/443 tcp/80 tcp/8443
Open service 2606:4700:310c::ac42:2ee0:80 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Length: 0
Connection: close
Location: https://c6-7ey.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ct0O8QXYBB7uRIFm3rN4fWcb7DIP8%2FHLC81Sg4T68bf7hp8TYfGA%2FG5Vat9oDgxgTisWwJHS2%2BYtBcQY0aTvVh%2FxAgnbfbGbQTkDHVIujtjm4tK2cCmaX8qycDo%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d509564027-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2d20:8443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=zUqDCkXol7x8SFmFYfDYmiFYdO6b9uW4n0OgkK8DKj9Jj2ZbwXBwo%2FLFBvn50a1xymo41R%2FFQexSm9fhTXl%2F356kq4E7p54m9W%2FsVFALwvCTpfN5vh5NHGV1Tj4%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d53ec7b1ae-SJC
alt-svc: h3=":8443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 2606:4700:310c::ac42:2ee0:443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1DEfkp2qzdS7uhNpLBg0GvRbsedsktYyCctVbliXwcjYEjdr6mbAOwjWGKR2gwWTk6fJG6hEhqxFHPuHAvUoUuRAjKW2me8CxdgQG5m8PZTYwkX5QyRk1b%2FA6hc%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d53fb2de42-SJC
alt-svc: h3=":443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 2606:4700:310c::ac42:2d20:80 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Length: 0
Connection: close
Location: https://c6-7ey.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ovVmx2wHiYB8y2rSlmB1mxVAXp%2BiIF3EZ2l3b1wxvax9fAZL2Yfm0SHkRzEW2XFWeeUECbJ2mkxIagtCPKIv3rnaiKnV8nr3Sql%2Fe7jMJu19YrJSeu%2Fgf5pjKKs%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d4fc9ace87-SIN
alt-svc: h3=":443"; ma=86400
Open service 2606:4700:310c::ac42:2d20:443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tGsgLZq9M%2BUgYtNM0C9Jpr22bESx4OUloousZQvdxa9DvoqoP0ikC77W3U4V3F0TZ2T2onIMGdZ7V%2BLNRcU1QHkQUEnBkwyN%2F1jMQRPByItRSINlGo%2Fn1kTT"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d558db5fb5-SIN
alt-svc: h3=":443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 172.66.45.32:8443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=ffyMrkF3MhJ%2FQ48eBGY%2FgFaiIDOPjrLlgXAz4rYzT7cZlViezxVzH1OfAT9bErzdYYNwxu1oxTqmAjyNEad8XpDOTu82sG2v62yHOutysMM%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d54c87fa32-SJC
alt-svc: h3=":8443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 172.66.45.32:443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=V6xhxeb%2BjoZC9Dy4ISQXVP%2FBp0awx2OwNMKzlKbhff%2FI0ZQ0QdeRelbshZS1m%2Fnxs5%2BTAgds6HlWA%2F55IG%2BBMDU1Qhw3iaVoKkEZC3K1vVY%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d4ff59c1ae-BLR
alt-svc: h3=":443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 2606:4700:310c::ac42:2ee0:8443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=tXZjAFsS5Fgv9IRwxLEmnpGcTF37xIuy2GZZOh3T4DL%2B5nFwoJms1%2B0kqCgnE20fNgswr7c2zqas0qlWIAvufbHNN2B5J9V4AsphSdEj%2BHrFE%2BLuj1tPVPPTK5k%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d579a5b865-SIN
alt-svc: h3=":8443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 172.66.46.224:443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=nPaod%2BMBBgkkioucLe%2BozbfjKs7wli69yg7XQhd728gCuvTd0MvTHtAGnLP1romVlSPuHRh27YMlp90OcuaBaJ2PdFUjqO%2Fj%2FIfkRv5vDYg%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d52fa5b400-YYZ
alt-svc: h3=":443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 172.66.46.224:80 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Length: 0
Connection: close
Location: https://c6-7ey.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=cmJHuO7TPjMNOXvacOcxjEdvTYYXnMX%2FomMkIuUoxvXRWOs1Tt4Jip7vbRX4D4r4MUeEC8doB22NZnwOKBzgkGTS%2FqALDtqYWORhTDP9fx8%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d4da9b1707-YYZ
alt-svc: h3=":443"; ma=86400
Open service 172.66.46.224:8443 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 200 OK
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Type: text/html;charset=UTF-8
Content-Length: 6204
Connection: close
Vary: accept-encoding
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=3J6y3zRhzuVTbzaCK9Kwzm5hWDa5HdnkVSr9hJzNVvx%2BaBiFRrjHdmlah61i%2Btcc6n%2FG0r6njTmR%2FDLl0ExhCu%2Fgl1bJpIKjJ95lWwQlyjI%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d4d9da1f7f-LHR
alt-svc: h3=":8443"; ma=86400
Page title: c6-7ey.pages.dev - Cloud Drive
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>c6-7ey.pages.dev - Cloud Drive</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 20px;
background-color: #f4f4f4;
}
.container {
max-width: 800px;
margin: auto;
background: white;
padding: 20px;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
h1 {
color: #333;
}
.file-list {
list-style-type: none;
padding: 0;
}
.file-list li {
background: #f9f9f9;
margin-bottom: 10px;
padding: 10px;
border-radius: 3px;
display: flex;
align-items: center;
}
.file-list li:hover {
background: #f0f0f0;
}
.file-icon {
margin-right: 10px;
font-size: 1.2em;
}
.file-link {
text-decoration: none;
color: #0066cc;
flex-grow: 1;
}
.file-link:hover {
text-decoration: underline;
}
.upload-area {
margin-top: 20px;
padding: 40px;
background: #e9e9e9;
border: 2px dashed #aaa;
border-radius: 5px;
text-align: center;
cursor: pointer;
transition: all 0.3s ease;
}
.upload-area:hover, .upload-area.drag-over {
background: #d9d9d9;
border-color: #666;
}
.upload-area h2 {
margin-top: 0;
color: #333;
}
#fileInput {
display: none;
}
.upload-icon {
font-size: 48px;
color: #666;
margin-bottom: 10px;
}
.upload-text {
font-size: 18px;
color: #666;
}
.upload-status {
margin-top: 20px;
font-style: italic;
color: #666;
}
.file-actions {
display: flex;
gap: 10px;
}
.delete-btn {
color: #ff4444;
cursor: pointer;
background: none;
border: none;
padding: 5px;
}
.delete-btn:hover {
color: #ff0000;
}
.clear-all-btn {
background-color: #ff4444;
color: white;
border: none;
padding: 10px 15px;
border-radius: 4px;
cursor: pointer;
margin-bottom: 20px;
}
.clear-all-btn:hover {
background-color: #ff0000;
}
</style>
</head>
<body>
<div class="container">
<h1>Cloud Drive</h1>
<p>Welcome to your personal cloud storage. Here are your uploaded files:</p>
<button id="clearAllBtn" class="clear-all-btn">Clear All Files</button>
<ul id="fileList" class="file-list">
</ul>
<div id="uploadArea" class="upload-area">
<div class="upload-icon">๐</div>
<h2>Upload a File</h2>
<p class="upload-text">Drag and drop a file here or click to select</p>
<input type="file" id="fileInput" hidden>
</div>
<div id="uploadStatus" class="upload-status"></div>
</div>
<script>
function loadFileList() {
const fileList = document.getElementById('fileList');
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
fileList.innerHTML = '';
savedFiles.forEach((file, index) => {
const li = document.createElement('li');
li.innerHTML = `
<span class="file-icon">๐</span>
<a href="https://ipfs.io/ipfs/${file.Url.split('/').pop()}" class="file-link" target="_blank">${file.Name}</a>
<div class="file-actions">
<button class="delete-btn" onclick="deleteFile(${index})">
<span class="file-icon">โ</span>
</button>
</div>
`;
fileList.appendChild(li);
});
}
function deleteFile(index) {
const savedFiles = JSON.parse(localStorage.getItem('uploadedFiles')) || [];
savedFiles.splice(index, 1);
localStorage.setItem('uploadedFiles', JSON.stringify(savedFiles));
loadFileList();
}
document.getElementById('clearAllBtn').addEventListener('click', () => {
if (conf
Open service 172.66.45.32:80 ยท c6-7ey.pages.dev
2026-01-26 11:57
HTTP/1.1 301 Moved Permanently
Date: Mon, 26 Jan 2026 11:57:52 GMT
Content-Length: 0
Connection: close
Location: https://c6-7ey.pages.dev/
Report-To: {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=lNlsNIjP8CRiWTrpVCf%2BgKS5dHKn4Gza165tmi%2Bz72by8%2FeWJDt2DE5jw%2FtmarMGBCbmJdUssbrlhmolBIU3Tx6wVr%2BEh6Im6ojMMBejodA%3D"}]}
Nel: {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
Server: cloudflare
CF-RAY: 9c3fd5d48d4518cb-FRA
alt-svc: h3=":443"; ma=86400