-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (39 loc) · 1.56 KB
/
index.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
39
40
41
42
43
44
45
46
47
<html>
<head>
<title>LSposed Repository</title>
<meta name="theme-color" content="#1E88E5" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-3.7.1.slim.min.js" integrity="sha256-kmHvs0B+OpCW5GVHUNjv9rOmY0IvSIRcf7zGUDTDQM8=" crossorigin="anonymous"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/2.3.1/list.min.js"></script>
<script async src="https://icons.mininxd.my.id/src/icons.js"></script>
<link rel="stylesheet" href="./root.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="./semanticUI/semantic.css">
<script type="module" src="./script.js"></script>
<script src="./semanticUI/semantic.js"></script>
</head>
<body class="body">
<div class="header">
<span class="header bold">LSPosed</span>
<span class="header thin">Repository</span>
<span class="search"><i class="search icon"></i></span>
<input id="searchBar" class="ui input searchBar">
</div>
<div class="headerSpacing"></div>
<div class="topBtnDiv">
<a href="https://github.com/Xposed-Modules-Repo/modules">
<div class="sourceBtn topBtn"><i class="github icon"></i>Repo Source</div>
</a>
<a href="https://modules.lsposed.org">
<div class="sourceBtn topBtn"><i class="globe icon"></i>Official Site</div>
</a>
</div>
<div id="repoListEl">
<div class="repoListContainer">
<div class="ui active centered fetchLoading inline text loader">Fetching Repo...</div>
<ul class="ui ulList">
</ul>
</div>
</div>
</body>
</html>