Skip to content

Commit d3130e5

Browse files
Add files via upload
0 parents  commit d3130e5

File tree

7 files changed

+121
-0
lines changed

7 files changed

+121
-0
lines changed

Downloads/junket-beta-0.0.1.zip

672 Bytes
Binary file not shown.

css/bulma-0.7.2/bulma.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cssdownload.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE h tml>
2+
<html>
3+
<head>
4+
5+
<link rel="stylesheet" href="css/bulma-0.7.2/bulma.min.css">
6+
7+
<script src="lib/Three.js/three.min.js"></script>
8+
9+
<script src="lib/JQuery/jquery-3.7.1.min.js"></script>
10+
11+
</head>
12+
13+
<body>
14+
15+
<h1 class="title">Junket CSS Style</h1>
16+
17+
<br>
18+
<br>
19+
20+
<p>Download The CSS Style <a href="https://bulma.io">Bulma</a> For Your Site Here</p>
21+
22+
23+
</body>
24+
</html>

download.html

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
5+
<link rel="stylesheet" href="css/bulma-0.7.2/bulma.min.css">
6+
7+
<script src="lib/Three.js/three.min.js"></script>
8+
9+
<script src="lib/JQuery/jquery-3.7.1.min.js"></script>
10+
11+
<title>Junket - Downloads</title>
12+
13+
14+
</head>
15+
16+
<body>
17+
18+
<h1 class="title">Downloads</h1>
19+
20+
<br>
21+
22+
<a href="Downloads/junket-beta-0.0.1.zip">Beta 0.0.1</a>
23+
24+
<br>
25+
26+
<p>More Updates Coming Soon.</p>
27+
28+
<br>
29+
30+
<a href="index.html"> << Go To Menu Page </a>
31+
32+
33+
</body>
34+
</html>

index.html

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
5+
<link rel="stylesheet" href="css/bulma-0.7.2/bulma.min.css">
6+
7+
<title>Junket</title>
8+
9+
<script src="lib/JQuery/jquery-3.7.1.min.js"></script>
10+
11+
<script src="lib/Three.js/three.min.js"></script>
12+
13+
<noscript>JavaScript Required To Run This Page</noscript>
14+
15+
</head>
16+
17+
<body>
18+
19+
<h1 class="title">Junket</h1>
20+
21+
22+
<p>
23+
24+
Junket is A Free Platform That Use The <string>Windows Prompt Command</string> That Can Delete Files, Start Programs For You And More!
25+
26+
</p>
27+
28+
29+
<h1 class="title">More Programation:</h1>
30+
31+
<a href="https://threejs.org">Three.js Librarie</a>
32+
33+
<br>
34+
35+
36+
<a href="https://jquery.com">JQuery Librarie</a>
37+
38+
<br>
39+
40+
41+
<a href="https://gitfg-coding.github.io/PubliHub/index.html">Online JavaScript Executor</a>
42+
43+
<br>
44+
45+
<a href="download.html">Downloads</a>
46+
47+
<br>
48+
49+
<a href="cssdownload.html">CSS Font Download</a>
50+
51+
52+
53+
</body>
54+
</html>

lib/JQuery/jquery-3.7.1.min.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Three.js/three.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)