-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother-mods.html
38 lines (32 loc) · 956 Bytes
/
other-mods.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!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">
<title>Personal Magisk Repository</title>
<link rel="icon" href="images/cogwheel_nice_android.svg">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div id="bgImage">
<img src="images/magisk-svgrepo-com.svg" alt="">
</div>
<!-- Navigation Bar -->
<nav id="nav" style="max-height: 80px;">
<div class="sideMargins"></div>
</nav>
<p class="hidden" id="page">4</p>
<script src="js/nav.js"></script>
<!-- Navigation Bar -->
<div id="content">
<section id="home">
<h1>Personal Magisk Repository.</h1>
</section>
</div>
<!-- Footer -->
<section id="footer"></section>
<script src="js/footer.js"></script>
<!-- Footer -->
</body>
</html>