diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-12-29 12:53:36 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-12-29 12:53:36 -0800 |
| commit | a72585a78d216193948210e07cdba09d8034e003 (patch) | |
| tree | d419fb13936e824d33442160f1dc617620eab42a /src/main/resources/templates/main.html | |
| parent | e7ef35277dd0b4bba5b3fb675d5eed3cd0f0fcb8 (diff) | |
file splitter frontend
Diffstat (limited to 'src/main/resources/templates/main.html')
| -rw-r--r-- | src/main/resources/templates/main.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/templates/main.html b/src/main/resources/templates/main.html index 85e2007..973d1eb 100644 --- a/src/main/resources/templates/main.html +++ b/src/main/resources/templates/main.html @@ -531,6 +531,10 @@ onclick="toggleDirectoryPanel()"> <i class="fas fa-folder"></i> </button> + <a href="/splitter" class="btn" onclick="window.location.href='/splitter'; return false;"> + <i class="fas fa-cut"></i> + split files + </a> </div> </header> |
