Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
50 lines (48 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
50 lines (48 loc) · 1.99 KB
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
48
49
50
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8" />
<metaname="viewport" content="width=device-width, initial-scale=1.0" />
<title>MCJsScripts</title>
<scriptdefersrc="./src/main.js" type="module"></script>
</head>
<bodyclass="bg-background text-white">
<sectionid="pkgBrowser" class="hidden">
<header>
<divclass="bg-primary grid grid-cols-2 items-center m-3 p-2 justify-center rounded-md">
<spanclass="text-3xl inline">
<aclass="font-bold lg:mr-3" href="/">JSPM</a><spanclass="hidden lg:inline border-l-2 pl-3">JsScripts Package Manager</span>
</span>
<divclass="flex flex-row">
<inputtype="text" placeholder="Search by name or tags..." id="pkgSearch" class="bg-secondary p-2 rounded-l-lg w-full outline-1"/>
<buttonclass="bg-tertiary rounded-r-lg px-2">
<imgsrc="./media/search.svg" alt="" class="w-5" />
</button>
</div>
</div>
</header>
<main>
<divclass="flex flex-col w-full h-full p-5 gap-8" id="pkgContainer"></div>
</main>
</section>
<sectionid="pkgPage" class="hidden">
<header>
<divclass="bg-primary grid grid-cols-2 items-center m-3 p-2 justify-center rounded-md">
<spanclass="text-3xl inline">
<aclass="font-bold lg:mr-3" href="/">JSPM</a><spanclass="hidden lg:inline border-l-2 pl-3">JsScripts Package Manager</span>
</span>
<divclass="ml-auto">
<ahref="/">
<imgsrc="./media/back.svg" alt="" class="w-11 p-3 bg-secondary rounded-lg" />
</a>
</button>
</div>
</header>
</section>
<footerclass="md:fixed md:flex flex-row gap-5 bottom-0 right-0 bg-tertiary rounded-t-lg shadow-md w-full p-2 text-sm md:text-md text-gray" style="display: none;">
<p>JsScripts by <ahref="https://github.com/BlazeMCworld">BlazeMCWorld</a></p>
<p>JsScripts Package Manager by <ahref="https://github.com/UserUNP">UserUNP</a> and <ahref="https://github.com/RedVortexDev">RedVortex</a></p>
<p>and packages by you!</p>
</footer>
</body>
</html>