Initial Import Commit
This commit is contained in:
parent
0a410ec37e
commit
d3ea593219
40 changed files with 2578 additions and 0 deletions
31
modpacks/index.html
Normal file
31
modpacks/index.html
Normal file
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<title>Modpacks List</title>
|
||||
<meta charset="UTF-8">
|
||||
<link href="../assets/css/styles.css" rel="stylesheet">
|
||||
<link href="../assets/css/modpacks.css" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/avif" href="../assets/icons/base.avif">
|
||||
<link rel="icon" type="x/icon" href="../assets/icons/base.ico">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
</head>
|
||||
|
||||
<body class="body">
|
||||
<div id="particles-js"></div>
|
||||
<div class="content">
|
||||
<h1>My Minecraft Modpacks List:</h1>
|
||||
<ul>
|
||||
<li>Immersive Portals Modpack (used in my Backrooms map): <a href="immersiveportals">link</a></li>
|
||||
<li>Creative SSMP Modpack: <a href="creative-ssmp">link</a></li>
|
||||
<li>Balkanarchy Modpack: <a href="balkanarchy">link</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- JS Section -->
|
||||
<script src="../assets/js/particles.js" defer></script>
|
||||
<script src="../assets/js/config.js" defer></script>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue