2023-09-30 23:06:22 +00:00
|
|
|
<!DOCTYPE html>
|
2023-12-12 19:42:00 +00:00
|
|
|
<html style="overflow: hidden;">
|
2023-09-30 23:06:22 +00:00
|
|
|
<head>
|
2024-01-16 09:37:08 +00:00
|
|
|
<script type="text/javascript" src="//code.jquery.com/jquery-1.10.2.min.js"></script>
|
2023-09-30 23:06:22 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-08-19 01:19:17 +00:00
|
|
|
<meta name="description" content="The Hardest file hosting solution, creating by the Hardest people online."/>
|
2024-01-16 09:37:08 +00:00
|
|
|
<link rel="icon" href="fist.ico">
|
2023-09-30 23:06:22 +00:00
|
|
|
<title>HARDFILES</title>
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
|
|
|
|
2023-09-30 23:06:22 +00:00
|
|
|
<style>
|
2024-08-19 01:19:17 +00:00
|
|
|
@keyframes rainbowbtn {
|
|
|
|
0%{background-color: lime;}
|
|
|
|
10%{background-color: red;}
|
|
|
|
20%{background-color: purple;}
|
|
|
|
30%{background-color: hotpink;}
|
|
|
|
40%{background-color: orange;}
|
|
|
|
50%{background-color: yellow;}
|
|
|
|
60%{background-color: turquoise;}
|
|
|
|
70%{background-color: aqua;}
|
|
|
|
80%{background-color: cyan;}
|
|
|
|
90%{background-color: blue;}
|
|
|
|
100%{background-color: lime;}
|
2023-09-30 23:06:22 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
@keyframes rainbowbox {
|
|
|
|
0%{color: lime; border: 1px dashed lime;}
|
|
|
|
10%{color: red; border: 1px dashed red;}
|
|
|
|
20%{color: purple; border: 1px dashed purple;}
|
|
|
|
30%{color: hotpink; border: 1px dashed hotpink;}
|
|
|
|
40%{color: orange; border: 1px dashed orange;}
|
|
|
|
50%{color: yellow; border: 1px dashed yellow;}
|
|
|
|
60%{color: turquoise; border: 1px dashed turquoise;}
|
|
|
|
70%{color: aqua; border: 1px dashed aqua;}
|
|
|
|
80%{color: cyan; border: 1px dashed cyan;}
|
|
|
|
90%{color: blue; border: 1px dashed blue;}
|
|
|
|
100%{color: lime; border: 1px dashed lime;}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (prefers-color-scheme: dark) {
|
2024-01-16 09:37:08 +00:00
|
|
|
body {
|
|
|
|
overflow: hidden;
|
|
|
|
background: black;
|
2024-08-19 01:19:17 +00:00
|
|
|
background-image: url('revolver.gif');
|
2024-01-16 09:37:08 +00:00
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
@media (min-width: 768px) {
|
|
|
|
body {
|
|
|
|
background-image: url('delirious.gif') !important;
|
|
|
|
|
|
|
|
}
|
2024-01-16 09:37:08 +00:00
|
|
|
.container {
|
|
|
|
width: 750px;
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
.hf {
|
|
|
|
font-size: 3rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hflogo {
|
|
|
|
width: 50% !important;
|
2024-01-16 09:37:08 +00:00
|
|
|
}
|
2023-09-30 23:06:22 +00:00
|
|
|
|
2024-08-19 01:19:17 +00:00
|
|
|
#fupload {
|
|
|
|
width: 20rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.subform {
|
|
|
|
margin-top: 0 !important;
|
|
|
|
}
|
2024-01-16 09:37:08 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
@media (min-width: 992px) {
|
2024-01-16 09:37:08 +00:00
|
|
|
.container {
|
|
|
|
width: 970px;
|
|
|
|
}
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
@media (min-width: 1200px) {
|
2024-01-16 09:37:08 +00:00
|
|
|
.container {
|
|
|
|
width: 1170px;
|
|
|
|
}
|
|
|
|
.hf {
|
|
|
|
font-size: 5rem;
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
#curl {
|
|
|
|
display: block !important;
|
|
|
|
}
|
2024-01-16 09:37:08 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: sans-serif;
|
|
|
|
background-image: url('pentagram.gif');
|
|
|
|
background-size: cover;
|
|
|
|
background-position: center;
|
2024-01-16 09:37:08 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
.container {
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
margin-right: auto;
|
|
|
|
margin-left: auto;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 100vh;
|
2024-01-16 09:37:08 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
.subform {
|
2024-01-16 09:37:08 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
button {
|
2024-01-16 09:37:08 +00:00
|
|
|
display: inline-block;
|
|
|
|
border: 0;
|
|
|
|
outline: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 15px;
|
|
|
|
height: 44px;
|
|
|
|
color: #fff;
|
|
|
|
font: 19px/15px 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
text-transform: uppercase;
|
|
|
|
cursor: pointer;
|
|
|
|
-webkit-border-radius: 3px;
|
|
|
|
-moz-border-radius: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
/* Safari/Chrome, other WebKit */
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
/* Firefox, other Gecko */
|
|
|
|
box-sizing: border-box;
|
|
|
|
/* Opera/IE 8+ */
|
|
|
|
-webkit-font-smoothing:antialiased;
|
|
|
|
-webkit-text-size-adjust:none;
|
|
|
|
box-shadow: 0 1px 2px rgba(0,0,0,.15);
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
button:hover {
|
|
|
|
animation: rainbowbtn 0.2s infinite;
|
|
|
|
color:black !important;
|
2024-01-16 09:37:08 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
button.light {
|
2024-01-16 09:37:08 +00:00
|
|
|
background: #fff;
|
|
|
|
color: #555759;
|
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
.hflogo {
|
2024-01-16 09:37:08 +00:00
|
|
|
width: 90%;
|
2023-09-30 23:06:22 +00:00
|
|
|
}
|
2024-08-19 01:19:17 +00:00
|
|
|
|
|
|
|
input {
|
|
|
|
animation: rainbowbox 6s infinite;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.litfont {
|
|
|
|
font-family: "Source Code Pro", monospace;
|
|
|
|
font-optical-sizing: auto;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2023-09-30 23:06:22 +00:00
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
2024-08-19 01:19:17 +00:00
|
|
|
<img src="header.png" class="hflogo" alt="hardfiles" style="margin-top: 3rem;">
|
|
|
|
<h2 id="curl" class="litfont" style="display: none; font-size: 1rem; color: #ffffff; text-align: center; font-weight: lighter;">curl -F file=@example.png https://hardfiles.org/</h1>
|
|
|
|
<form method="POST" class="subform" enctype="multipart/form-data" style="margin-top: 0.5rem;">
|
|
|
|
<div style="display: flex; align-items: center; justify-content: center;">
|
|
|
|
<input type="file" id="fupload" name="file" style="background-color: black; padding: 12px; border-radius: 5px; color: white;" />
|
2023-09-30 23:06:22 +00:00
|
|
|
<button class="light" type="submit" style="margin-left: 0.7rem;">up</button>
|
|
|
|
</div>
|
|
|
|
</form>
|
2024-08-19 01:19:17 +00:00
|
|
|
<p style="color: white; font-weight: bold; font-size:0.8rem;" class="litfont">⚠️ Uploads are destroyed after 24 hours</p>
|
2023-12-12 19:42:00 +00:00
|
|
|
</div>
|
2024-08-19 01:19:17 +00:00
|
|
|
<div id="callingcard" style="position: relative;">
|
|
|
|
<a href="https://supernets.org/" target="_blank" style="position: absolute; bottom: 20px; right:1px; display: flex; align-items: center; text-decoration: none;">
|
|
|
|
<img src="supernets_logo.png" width="40px;">
|
2023-12-12 19:42:00 +00:00
|
|
|
</a>
|
2023-09-30 23:06:22 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
2024-08-19 01:19:17 +00:00
|
|
|
</html>
|