Skip to content

Commit e0f9a80

Browse files
authored
Update index.html
1 parent d5b6238 commit e0f9a80

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

index.html

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Download Library ScriptJSON</title>
6+
<title>ScriptJSON</title>
77
<style>
88
body {
99
font-family: Arial, sans-serif;
@@ -31,11 +31,20 @@
3131
<h1>Download Library Files</h1>
3232
<p>Click the buttons below to download the library json files:</p>
3333

34-
<a href="https://raw.githubusercontent.com/andy64lol/ScriptJSON.github.io/refs/heads/main/4ndyPi.json" download="https://raw.githubusercontent.com/andy64lol/ScriptJSON.github.io/refs/heads/main/4ndyPi.json" class="button">
34+
<a href="4ndyPi.json" download="4ndyPi.json" class="button">
3535
Download 4ndyPi.json
3636
</a>
37-
<a href="https://raw.githubusercontent.com/andy64lol/ScriptJSON.github.io/refs/heads/main/4ndyPhi.json" download="https://raw.githubusercontent.com/andy64lol/ScriptJSON.github.io/refs/heads/main/4ndyPhi.json" class="button">
37+
<a href="4ndyPhi.json" download="4ndyPhi.json" class="button">
3838
Download 4ndyPhi.json
3939
</a>
40+
<a href="4ndyProfanities.json" download="4ndyProfanities.json" class="button">
41+
Download 4ndyProfanities.json
42+
</a>
43+
<a href="4ndyGreetingsAndFarewells.json" download="4ndyGreetingsAndFarewells.json" class="button">
44+
Download 4ndyGreetingsAndFarewells.json
45+
</a>
46+
<a href="4ndyEuler.json" download="4ndyEuler.json" class="button">
47+
Download 4ndyEuler.json
48+
</a>
4049
</body>
4150
</html>

0 commit comments

Comments
 (0)