mirror of
https://github.com/revanced/revanced-website.git
synced 2025-04-29 14:14:30 +02:00
41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<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=Manrope:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
|
|
<title>ReVanced</title>
|
|
<link rel="stylesheet" href="css/styles.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<nav>
|
|
<div class="logo">ReVanced </div>
|
|
<ul>
|
|
<li><a href="/index.html">Home</a></li>
|
|
<li><a href="/download.html">Download</a></li>
|
|
<li><a href="/docs.html">Docs</a></li>
|
|
<li><a href="/credits.html">Credits</a></li>
|
|
</ul>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="wrapper">
|
|
<section class="hero">
|
|
<div class="hero-text">
|
|
<div class=" hero-header">
|
|
<h1><span class="redder">Re</span>Vanced</h1>
|
|
</div>
|
|
<h3>An extensible framework for<br>building application mods.</h3>
|
|
<button class="filled-button">Download</button>
|
|
<button>Read The Docs</button>
|
|
<img class="hero-img" src="images/manager.png" alt="Screenshot of ReVanced Manager">
|
|
</section>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|