19 lines
632 B
HTML
19 lines
632 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Ultimate Sideloading Guide</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="home-container">
|
|
<h1>Welcome to the Ultimate Sideloading Guide</h1>
|
|
<p>This guide will help you understand how to sideload apps.</p>
|
|
<div class="home-button-container">
|
|
<a href="guide.html" class="glass-button">Guide</a>
|
|
<a href="credits.html" class="glass-button">Credits</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|