29 lines
932 B
HTML
29 lines
932 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sideload Guide</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<header>
|
|
<h1>Sideload Guide</h1>
|
|
</header>
|
|
<main>
|
|
<section class="box">
|
|
<h2>Welcome to the Sideload Guide</h2>
|
|
<p>This guide will help you understand how to sideload apps. (Alot of other random text if you want to type it here lol)</p>
|
|
</section>
|
|
<section class="box">
|
|
<h2>Tutorial</h2>
|
|
<p>Follow this tutorial for a step-by-step process on sideloading apps. (Other text here)</p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<p>© No copyright (for now)</p>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
</html>
|