site.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" rel="stylesheet">
<title>TXT Combiner</title>
<script src="assets/style/gsap.min.js" defer></script>
<script src="assets/style/ScrollSmoother.min.js" defer></script>
<script src="assets/style/ScrollTrigger.min.js" defer></script>
<link rel="stylesheet" href="assets/style/style.css">
<script src="assets/style/effectscroll.js" defer></script>
<script src="assets/style/code.jquery.com_jquery-3.7.0.min.js" defer></script>
<script src="/src/combiner.js" defer></script>
<script src="assets/style/onlinetxtcombiner.js" defer></script>
</head>
<body>
<div class="worpper">
<div class="content">
<div class="bgBanner02" id="bgBanner02">
<div class="wrapper0">
<div class="logo">
<span style="font-size: 36px; color: #3498db;">TXT</span>
<span style="font-size: 36px; color: #fff;">combine</span>
</div>
<div class="clear"></div>
</div>
<div class="wrapper0 center">
<div style="display:table; height: 480px; margin: 0 auto; padding: 0;">
<div style="display: table-cell; vertical-align: middle;">
<h1 class="white h1-en" style="margin-top: 0;">Combine multiple txt files into one</h1>
<div class="h1IndexTagline white">Free TXT combiner is trusted by 4 users</div>
</div>
</div>
<div class="eula_link">
<a href="https://github.com/BOMBYASCHER/TXT-combiner" class="btn" style="text-decoration: none;" style="background-color: rgb(52, 152, 219);"><b>Free Download</b></a>
</div>
<br>
<div class="linuxCompatible">Compatible with linux</div>
<br>
<div class="eula_link">
Make your life easier with this CLI
<a href="#down" target="_blank">Online TXT-combiner</a>
</div>
</div>
</div>
<div class="section-container dark-gray">
<div class="hero-container">
<div class="hero-heading">
<h2 class="body-xl type-heading-light">About TXT Combiner</h2>
</div>
<div class="hero-body">
<p class="body-m type-body-light">
A console application (CLI) that provides a set of tools for combining multiple text files into one.
</p>
</div>
</div>
<div class="break"></div>
<div class="tiles-container single">
<div class="tile tile-shelf" id="tile-shelf">
<div class="tile-body">
<h5 class="type-heading-light">Simple and convenient</h5>
<p class="body-s type-body-light">Get rid of lots of txt files with just one command</p>
<p class="body-s type-body-light">With this utility, your computer will be cleaner and less contaminated with txt files</p>
</div>
<div class="tile-footer tile-footer-padding">
<img src="./assets/images/finaly.PNG" class="rounded" title="Dropover Shelf Customization">
</div>
</div>
</div>
<div class="tiles-container two">
<div class="tile dark">
<div class="tile-body">
<h5 class="type-heading-light">100% free</h5>
<p class="body-s type-body-light tile-footer-push">TXT combiner is completely free software, without ads or any paid features</p>
</div>
</div>
<div class="tile dark">
<div class="tile-body">
<h5 class="type-heading-light">No-log policy</h5>
<p class="body-s type-body-light tile-footer-push">We dont track, collect, or sell your private data</p>
</div>
</div>
<div class="tile dark">
<div class="tile-body">
<h5 class="type-heading-light">Open source</h5>
<p class="body-s type-body-light tile-footer-push">All source code can be found on the git hub and studied for yourself</p>
</div>
<div class="tile-footer tile-footer-padding">
<br>
<img src="./assets/images/Снимок.PNG" class="rounded" title="Dropover Shelf Customization">
</div>
</div>
<div class="tile dark">
<div class="tile-body">
<h5 class="type-heading-light">Ease-of-use</h5>
<p class="body-s type-body-light tile-footer-push">A simple console utility that even the most inexperienced PC user can handle</p>
</div>
<div class="tile-footer tile-footer-padding">
<img src="./assets/images/Frame 3.png" class="rounded" title="Dropover Shelf Customization">
</div>
</div>
</div>
</div>
<div class="bgDarkGrey">
<div class="center" style="padding-bottom: 30px;">
<div class="eula_link">
<a href="https://github.com/BOMBYASCHER/TXT-combiner" class="btn2" style="text-decoration: none;" style="background-color: rgb(17, 17, 17);"><b>Free Download</b></a>
<br>
<div class="linuxCompatible">Compatible with linux</div>
<br>
<br>
<div class="eula_link">
Creators - FYS, LoseGameng, BOMBYASCHER, REFAT
<a href="https://www.donationalerts.com/r/fys1337" target="_blank">Donate</a>
</div>
</div>
</div>
</div>
<div class="section-container dark-gray">
<div class="hero-container">
<div class="hero-heading">
<h2 class="body-xl type-heading-light">Online TXT Combiner</h2>
</div>
<div class="hero-body">
<p class="body-m type-body-light">
Drag and drop your txt files and merge into one
</p>
</div>
</div>
<div class="break"></div>
<div class="tiles-container single">
<div class="tile tile-shelf" id="tile-shelf">
<div class="tile-body">
<form id="upload-container" method="POST" action="send.php">
<div>
<input id="file-input" type="file" name="file" multiple>
<label id="down" for="file-input" class="white" >Выберите файл</label>
<span class="white">или перетащите его сюда</span>
</div>
</form>
</div>
</div>
</div>
<script src="assets/style/three.r134.min.js" defer></script>
<script src="assets/style/vanta.net.min.js" defer></script>
<script src="assets/style/canva.js" defer></script>
</body>
</html>