mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-28 21:31:04 +00:00
new
This commit is contained in:
40
index.html
40
index.html
@@ -0,0 +1,40 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user