Skip to content

Commit ac74286

Browse files
committed
Füge "Zurück"-Link in die Download- und NeoForge-Puller-Seiten ein
1 parent ea453b9 commit ac74286

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ui/chrome/download/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body>
1111
<div class="container mt-5">
12+
<a href="../index.html">Back</a>
1213
<h1>Minecraft Version Manifest</h1>
1314
<p>Select a version to download its specific manifest file.</p>
1415

ui/chrome/neoforgePuller/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
</head>
1010
<body>
1111
<div class="container">
12+
<a href="../index.html">Back</a>
1213
<h1>NeoForge Puller</h1>
1314
<p>This tool is used to pull the latest NeoForge updates.</p>
1415
<select id="versionSelector" class="form-select mb-3">

0 commit comments

Comments
 (0)