mirror of
https://github.com/mmvanheusden/SteamDepotDownloaderGUI.git
synced 2026-02-04 05:31:19 +01:00
64 lines
2.7 KiB
HTML
64 lines
2.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>SteamDepotDownloaderGUI - downgrade Steam games</title>
|
|
<link href="https://unpkg.com/@primer/css@21.0.9/dist/primer.css" rel="stylesheet"/>
|
|
<link href="styles.css" rel="stylesheet">
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css"
|
|
rel="stylesheet"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<header class="bg-gray-dark text-white p-4 text-center">
|
|
<h1 class="title mb-2">SteamDepotDownloaderGUI</h1>
|
|
<h2 class="subtitle">Download older versions of Steam games!</h2>
|
|
</header>
|
|
<script src="./oneko.js"></script>
|
|
<main class="container mx-auto p-2">
|
|
<a class="github-fork-ribbon" data-ribbon="Fork me on GitHub"
|
|
href="https://github.com/mmvanheusden/steamdepotdownloadergui" title="Fork me on GitHub">Fork me on GitHub</a>
|
|
|
|
<div style="display: flex;left: 0; right: 0">
|
|
<!-- 1st element -->
|
|
<div>
|
|
<section style="margin-right: 1%;">
|
|
<h3>About</h3>
|
|
<p>SteamDepotDownloaderGUI is a tool that<br>
|
|
allows you to downgrade Steam games,
|
|
using <a href="https://github.com/SteamRE/DepotDownloader">DepotDownloader</a>.<br>
|
|
It is multiplatform, and easy to use.
|
|
It works on Windows, macOS and Linux!</p>
|
|
</section>
|
|
<section>
|
|
<h2>How to use:</h2>
|
|
<a class="btn instructions-link" href="https://www.youtube.com/playlist?list=PLRAjc5plLScj967hnsYX-I3Vjw9C1v7Ca"><b>Tutorials</b></a>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- 2nd element -->
|
|
<div style="margin-right: 3%">
|
|
<section>
|
|
<h3>How to Download</h3>
|
|
<p>Click the download button below to get the latest version of SteamDepotDownloaderGUI.</p>
|
|
<a href="https://github.com/mmvanheusden/SteamDepotDownloaderGUI/releases/latest">
|
|
<button class="btn btn-primary btn-block btn-">Download</button>
|
|
</a>
|
|
</section>
|
|
</div>
|
|
|
|
<!-- 3rd element -->
|
|
<div>
|
|
<img alt="The interface."src="https://github.com/user-attachments/assets/2e1b1b8e-9560-4dde-86c0-b70384a54fbb"
|
|
style="object-fit: contain;width: 100%;max-height: 764px;">
|
|
</div>
|
|
</div>
|
|
|
|
</main>
|
|
<footer class="text-center p-2" style="bottom: 0; position: absolute; right: 0; left:0">
|
|
© 2024 <a class="knopje" href="https://aphex.cc" type="button">aphex</a> Licensed under
|
|
<a href="https://www.gnu.org/licenses/gpl-3.0.txt">GNU GPLv3</a>
|
|
</footer>
|
|
</body>
|
|
</html>
|