-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (21 loc) · 751 Bytes
/
index.html
File metadata and controls
33 lines (21 loc) · 751 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
<!DOCTYPE html>
<html>
<head>
<title>ScriptLand</title>
<link rel="stylesheet" href="css/bulma-1.0.2/bulma.min.css">
<link rel="prefetch" href="https://gstatic.com">
<script src="lib/Three.js/three.min.js"></script>
<script src="lib/JQuery/jquery-3.7.1.min.js"></script>
</head>
<body>
<h1 class="title">ScriptLand</h1>
<br>
<p>A Secure Local To Get Javascript And CSS Frameworks Or Libraries</p>
<br>
<a href="Nocookie/free-assets/framework.css.bulma-1.0.2/bulma-1.0.2.zip">Get Bulma Framework 1.0.2</a>
<br>
<a href="Nocookie/free-assets/lib.js.jquery/JQuery-3.7.1.zip">Get JQuery 3.7.1</a>
<br>
<a href="Nocookie/free-assets/lib.js.three.js/Three.js-Lib.zip">Get Official Three.js</a>
</body>
</html>