From 12d9298c9345200fc57aedd3e551c27a558c0219 Mon Sep 17 00:00:00 2001 From: servius Date: Mon, 2 Mar 2026 02:16:23 +0530 Subject: [PATCH] feat: Added slopped webpage from the file conversion logic --- .github/workflows/deploy.yml | 39 ++++ index.html | 382 +++++++++++++++++++++++++++++++++++ 2 files changed, 421 insertions(+) create mode 100644 .github/workflows/deploy.yml create mode 100644 index.html diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..7a669de --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,39 @@ +name: Deploy to GitHub Pages + +on: + push: + branches: [main, master] + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +# Only one concurrent deployment; skip in-progress runs +concurrency: + group: pages + cancel-in-progress: true + +jobs: + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v4 + + - name: Setup Pages + uses: actions/configure-pages@v5 + + - name: Upload artifact + uses: actions/upload-pages-artifact@v3 + with: + # Serve from the repo root (index.html lives here) + path: '.' + + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v4 diff --git a/index.html b/index.html new file mode 100644 index 0000000..1d7d8dc --- /dev/null +++ b/index.html @@ -0,0 +1,382 @@ + + + + + + + Drastic to melonDS Save Converter + + + + +
+
+

DraStic → melonDS Converter

+

+ Converts DraStic / DeSmuME .dsv saves to a melonDS-compatible + .sav by truncating the file to the nearest power-of-2 byte size. + Everything runs in your browser — no upload, no server. +

+
+ +
+ +
💾
+
Choose a file or drag & drop it here
+
+ Accepts .dsv or any raw save file +
+
+ +
+ + + +
+ +
+ +
+
+ + + + + + +