Uh... Stuff.

This commit is contained in:
Firepup Sixfifty 2024-04-26 21:56:26 -05:00
parent 02a1ebc9aa
commit 25f25ef125
No known key found for this signature in database
GPG key ID: 7C92E2ABBBFAB9BA
35 changed files with 131 additions and 118 deletions

23
public/pages/modpack.html Normal file
View file

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>FP650 - Modpack</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/styles/bounce.css" rel="stylesheet" type="text/css" />
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/visits"></script> -->
<!-- <script async src="https://api.countapi.xyz/hit/firepup650.repl.co/modpack"></script> -->
</head>
<body>
<span class=center>
<h3 id='Construction' class=force-color>Modpack downloads</h3>
<a href="/raw/modpack-v1.0.0.zip" class=cyan>V1.0.0</a><br/>
<a href="/raw/modpack-v1.0.1.zip" class=cyan>V1.0.1</a><br/>
<a href="/raw/modpack-v1.0.2.zip" class=cyan>V1.0.2</a><br/>
<a href="/raw/modpack-v1.0.3.zip" class=cyan>V1.0.3</a><br/>
<a href="/raw/modpack-v1.0.4.zip" class=cyan>V1.0.4</a>
</span=>
<script src="/script.js"></script>
</body>
</html>