2024-12-27 14:31:01 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<title>Cyla - hébergement de fichiers</title>
|
|
|
|
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="static/CSS/uploadpage.css" media="screen" title="no title" charset="utf-8">
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<p class="dltext title">
|
|
|
|
Cyla
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="dltext subtle">
|
|
|
|
Un fichier ne peut dépasser 100 Mo. Les extensions autorisées sont 'png', 'jpg', 'jpeg', 'gif', 'webm', 'mp4', 'wmv', 'mp3', 'flac', 'ogg', 'zip', 'css', 'pdf', 'zip', 'rar', 'm3u', 'm3u8', 'txt'.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<!-- File upload form -->
|
|
|
|
<form class="uploadinterface" id="uploadform" action="upload.php" method="post" enctype="multipart/form-data">
|
|
|
|
<input type="file" name="file" class="fileselector">
|
|
|
|
<input type="submit" name="uploadbutton" value="héberger" class="submitbutton">
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<p class="dltext subtle">
|
|
|
|
En utilisant ce service, vous acceptez les limites situées à la page <a href="md/info.html">info</a>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<div class="sidebar">
|
|
|
|
|
|
|
|
<div class="separator"><p class="buttontxt">Liens utiles</p></div>
|
|
|
|
|
|
|
|
<a href="md/info.html">
|
|
|
|
<div class="button orangeBG"><p class="buttontxt">Info</p></div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="md/faq.html">
|
|
|
|
<div class="button orangeBG"><p class="buttontxt">F.A.Q</p></div>
|
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="http://paypal.me/esenjin" target="blank">
|
|
|
|
<div class="button orangeBG"><p class="buttontxt">Don</p></div>
|
|
|
|
</a>
|
2024-12-28 21:50:59 +00:00
|
|
|
|
|
|
|
<a href="gallery.php">
|
|
|
|
<div class="button orangeBG"><p class="buttontxt">Admin</p></div>
|
|
|
|
</a>
|
2024-12-27 14:31:01 +00:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|