Delete index.html

This commit is contained in:
WhySooooFurious 2024-09-22 18:50:43 +08:00 committed by GitHub
parent df89a2d787
commit ee1febe0d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,19 +0,0 @@
<!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>