Merge pull request #15 from code913/titles

UI: Create <title>s for all the pages
main
SolDev69 2 years ago committed by GitHub
commit fddf12e277
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,7 @@
<svelte:head>
<title>Cursed Creations | Mod Downloadd</title>
</svelte:head>
<h1>Cursed Creations Minecraft Mods</h1>
<ul>
<li><a href="/downloads/expandedworlds">World Expansion (64bit and BigInteger Worldgen)</a></li>

@ -1,3 +1,7 @@
<svelte:head>
<title>Cursed Creations | World Expansion</title>
</svelte:head>
<h1>World Expansion mods for Minecraft: Java Edition</h1>
<p>
These are special mods that expand Minecraft beyond the 32bit integer limit. These 64bit and BigInteger mods let you teleport trillions of blocks away, visiting the native Java Edition farlands, and viewing where the farlands ended up after they got "patched" in beta 1.8.

@ -1,3 +1,7 @@
<svelte:head>
<title>Cursed Creations | Allam A's Fringelands</title>
</svelte:head>
<h1>Allam A's Fringelands Mod</h1>
<p>The mod allows to scale noise on the X, Y and Z axes individually. There is also an offsetting feature which moves the map, along with other customization options.</p>
<h2>Downloads for b1.7.3 (Mediafire links)</h2>
@ -7,4 +11,4 @@
<li><a href="https://www.mediafire.com/file/pwjja89mnfcrmnk/FringeLands_b1_7_3_v3.zip/file">v3</a></li>
<li><a href="https://www.mediafire.com/file/kqv7qzu6wvvemuw/FringeLands_b1_7_3_v4.zip/file">v4</a></li>
<li><a href="https://www.mediafire.com/file/mtjt7r7sw2q6div/FringeLands_b1_7_3_v5.zip/file">v5</a> (Note from Allam A: the Fartherer-est Lands option is disabled because when testing I realized that it would take much more work than I thought)</li>
</ul>
</ul>

@ -1,3 +1,7 @@
<svelte:head>
<title>Cursed Creations | ZetaForged</title>
</svelte:head>
<h1>ZetaForged</h1>
<p>ZetaForged is a multi-functional utility mod for fabric 1.17 that does a lot of things, which include offsetting noise scale on individual X/Z axis as well as accessing a new dimension known as the Lush Nether.</p>
<p>Version 1 of the mod is currently publicly available, with a planned v2 rewrite's development starting soon.</p>

Loading…
Cancel
Save