-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (26 loc) · 905 Bytes
/
index.html
File metadata and controls
54 lines (26 loc) · 905 Bytes
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
51
52
53
54
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="css/bulma-0.7.2/bulma.min.css">
<title>Junket</title>
<script src="lib/JQuery/jquery-3.7.1.min.js"></script>
<script src="lib/Three.js/three.min.js"></script>
<noscript>JavaScript Required To Run This Page</noscript>
</head>
<body>
<h1 class="title">Junket</h1>
<p>
Junket is A Free Platform That Use The <string>Windows Prompt Command</string> That Can Delete Files, Start Programs For You And More!
</p>
<h1 class="title">More Programation:</h1>
<a href="https://threejs.org">Three.js Librarie</a>
<br>
<a href="https://jquery.com">JQuery Librarie</a>
<br>
<a href="https://gitfg-coding.github.io/PubliHub/index.html">Online JavaScript Executor</a>
<br>
<a href="download.html">Downloads</a>
<br>
<a href="cssdownload.html">CSS Font Download</a>
</body>
</html>