libreshop_website/content/download.html

50 lines
2.9 KiB
HTML
Raw Normal View History

2023-08-02 19:20:38 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Varela+Round">
<link rel="stylesheet" href="index/style.css">
<title>LibreShop</title>
<link rel="icon" type="image/x-icon" href="head/logo_fav.png">
<meta content="LibreShop" property="og:title">
<meta content="LibreShop is an app that lets you download Homebrew apps onto your Wii." property="og:description">
<meta content="ADD THAT LATER - LINK EMBED" property="og:url">
<meta content="head/logo_embed.png" property="og:image">
<meta content="#2a7589" data-react-helmet="true" name="theme-color">
</head>
<header>
<img src="index/logo.png" style="height: 50px; padding-top: 15px; padding-left: 20px; padding-right: 20px;">
<a href="../index.html" style="margin-top: auto; margin-bottom: auto;">Home</a>
<a href="download.html" style="margin-top: auto; margin-bottom: auto;">Download</a>
<a href="" style="margin-top: auto; margin-bottom: auto;">Wiki</a>
<a href="" style="margin-top: auto; margin-bottom: auto;">About</a>
</header>
<body>
<div class="content" style="padding-left: 3%;">
<h1>Download page</h1>
<a href="" class="download" style="display: block; text-align: center; width: 230px;">Download the latest version</a>
<p>After downloading it is recommeded to check the MD5 hash!</p>
<p>The latest version's MD5 is:</p>
<code style="background-color: #163f55; padding: 2px; font-size: 15px;">1234567890123456789012345678901234567890</code>
</div>
</body>
<footer>
<div class="grid-footer">
<div class="footer-item1"><p>This is a homebrew project and it is not affiliated with Nintendo and all trademarks are the property of their respective owners. No copyright infringement intended.</p></div>
<div class="footer-item2">
<p style="text-align: right;"><span>&#169;</span> LibreShop - 2023</p>
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 5px;">
<img src="footer/socialmedia/sc01.png" style="padding-left: 0px; padding-right: 0px;">
</div>
</div>
</footer>
</html>