This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99f4407
commit a6f4146
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en-US"><head><meta charset="utf-8"><title>SkinFile Generator</title><meta name="format-detection" content="telephone=no"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="icon shortcut" href="images/SkinsRestorerLogo.png"><link rel="stylesheet" href="index.d615187a.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"><meta name="description" content="SkinFile Generator for SkinsRestorer"><meta name="keywords" content="SkinsRestorer, skinsrestorer, minecraft skin, minecraft, skinfile"><meta name="author" content="RiFlowTH"><meta property="og:type" content="website"><meta property="og:title" content="SkinFile Generator"><meta property="og:description" content="SkinFile Generator for SkinsRestorer"><meta property="og:url" content="https://skinsrestorer.github.io/SkinFile-Generator/"><meta property="og:image" content="images/SkinsRestorerLogo.png"><meta property="og:image:alt" content="SkinsRestorer Logo"><meta name="theme-color" content="#F8E839"><meta name="twitter:card" content="summary"><meta name="twitter:url" content="https://skinsrestorer.github.io/SkinFile-Generator/"><meta name="twitter:title" content="SkinFile Generator"><meta name="twitter:description" content="SkinFile Generator for SkinsRestorer"><meta name="twitter:image" content="images/SkinsRestorerLogo.png"><meta name="twitter:image:alt" content="SkinsRestorer Logo"></head><body class="bg-light d-flex flex-column min-vh-100"> <nav class="bg-white border-bottom navbar navbar-expand-lg navbar-light px-lg-5 shadow-sm stricky-top"> <p class="mb-0 navbar-brand"> <img src="images/SkinsRestorerLogo.png" width="128" height="128" class="align-top d-inline-block mr-1 rounded-circle" style="width:32px;height:32px" alt="SkinsRestorer Logo"> <span>SkinsRestorer</span> </p> </nav> <section id="banner"> <div class="container p-5 text-center"> <h1>SkinFile Generator <small class="lead">v.1.4.0</small></h1> <p class="mb-1"> Create skin files for <a href="https://github.com/SkinsRestorer/SkinsRestorerX" target="_blank" style="text-decoration:none">SkinsRestorer</a>. </p> <p class="mb-1 mt-3"> <i class="fa-wrench fas"></i> <small> Developed by <a href="https://github.com/riflowth">riflowth</a>, maintained by <a href="https://github.com/SkinsRestorer" target="_blank">SRTeam</a> </small> </p> </div> </section> <section id="main" class="box-shadow flex-grow-1"> <div class="container p-4"> <div class="row"> <div class="col-lg-3 mb-4 text-center"> <div class="bg-white p-4 position-relative rounded-1 shadow"> <div class="absolute-fixed-top bg-dark pt-1"></div> <h6 class="mb-0"> <i class="fa-signal fas text-success"></i> API Status <span id="api-status-badge" class="badge bg-success">ONLINE</span> </h6> <br>Powered by <a href="https://mineskin.org">MineSkin</a> </div> </div> <div class="col-lg-5 mb-4 mb-lg-0"> <div class="bg-white p-4 position-relative rounded-1 shadow"> <div class="absolute-fixed-top bg-dark pt-1"></div> <p> <i class="fa-star fas text-warning"></i> Select your skin image file! </p> <form id="uploadFile" method="post"> <div class="mb-3"> <input accept="image/png" id="imageFile" class="form-control" type="file"> </div> <div class="form-group"> <p class="form-check-inline mb-0 mr-3 text-muted"> Skin Type </p> <div class="form-check form-check-inline"> <input id="skintype-steve" class="form-check-input" name="model" type="radio" checked> <label class="form-check-label" for="skintype-steve">Steve</label> </div> <div class="form-check form-check-inline"> <input id="skintype-alex" class="form-check-input" name="model" type="radio"> <label class="form-check-label" for="skintype-alex">Alex</label> </div> </div> <input id="fileName" class="form-control form-control-sm mt-2" type="text" placeholder="[Optional] Desired /skin name" onkeyup="this.value=this.value.replace(/[^a-z\d_]/g, '')"> <small class="form-text text-muted">Skin name can be only a-b 0-9 _ (underscore)</small> <button class="btn btn-success mt-3 w-100" type="submit"> Upload! </button> </form> </div> </div> <div class="col-lg-4 mb-4 mb-lg-0"> <div class="bg-white p-4 position-relative rounded-1 shadow"> <div class="absolute-fixed-top bg-dark pt-1"></div> <p> <i class="fa-rotate fas text-warning"></i> Reverse your skin file! <span class="badge bg-primary">NEW</span> </p> <form id="reverseFile" method="post"> <div class="mb-3"> <input accept=".playerskin,.urlskin,.customskin,.legacyskin" id="skinFile" class="form-control" type="file"> </div> <button class="btn btn-success mt-3 w-100" type="submit"> Reverse! </button> </form> </div> </div> </div> </div> </section> <section class="bg-white shadow"> <div class="container p-2"> <a class="btn btn-outline-primary mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator" target="_blank"><i class="fa-github fab"></i> GitHub</a> <a class="btn btn-outline-danger mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator/issues" target="_blank"><i class="fa-github fab"></i> Report issue</a> <a class="btn btn-outline-success mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator/pulls" target="_blank"><i class="fa-github fab"></i> Pull request</a> <a class="btn btn-outline-info mb-1 mb-lg-0 px-3" href="https://skinsrestorer.net/donate" target="_blank"><i class="fa-paypal fab"></i> Donate</a> <a class="btn btn-outline-info mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator/blob/main/LICENSE" target="_blank"><i class="fa fa-scale-balanced"></i> License</a> </div> </section> <script type="module" src="index.5a5b51ee.js"></script> <script type="module" src="index.2effa54e.js"></script> <script type="module" src="index.b8b36d83.js"></script> <script type="module" src="index.a077e06c.js"></script> <script type="module" src="index.a137c165.js"></script> </body></html> | ||
<!doctype html><html lang="en-US"><head><meta charset="utf-8"><title>SkinFile Generator</title><meta name="format-detection" content="telephone=no"><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><link rel="icon shortcut" href="images/SkinsRestorerLogo.png"><link rel="stylesheet" href="index.f3b3abcf.css"><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"><meta name="description" content="SkinFile Generator for SkinsRestorer"><meta name="keywords" content="SkinsRestorer, skinsrestorer, minecraft skin, minecraft, skinfile"><meta name="author" content="RiFlowTH"><meta property="og:type" content="website"><meta property="og:title" content="SkinFile Generator"><meta property="og:description" content="SkinFile Generator for SkinsRestorer"><meta property="og:url" content="https://skinsrestorer.github.io/SkinFile-Generator/"><meta property="og:image" content="images/SkinsRestorerLogo.png"><meta property="og:image:alt" content="SkinsRestorer Logo"><meta name="theme-color" content="#F8E839"><meta name="twitter:card" content="summary"><meta name="twitter:url" content="https://skinsrestorer.github.io/SkinFile-Generator/"><meta name="twitter:title" content="SkinFile Generator"><meta name="twitter:description" content="SkinFile Generator for SkinsRestorer"><meta name="twitter:image" content="images/SkinsRestorerLogo.png"><meta name="twitter:image:alt" content="SkinsRestorer Logo"></head><body class="bg-light d-flex flex-column min-vh-100"> <nav class="bg-white border-bottom navbar navbar-expand-lg navbar-light px-lg-5 shadow-sm stricky-top"> <p class="mb-0 navbar-brand"> <img src="images/SkinsRestorerLogo.png" width="128" height="128" class="align-top d-inline-block mr-1 rounded-circle" style="width:32px;height:32px" alt="SkinsRestorer Logo"> <span>SkinsRestorer</span> </p> </nav> <section id="banner"> <div class="container p-5 text-center"> <h1>SkinFile Generator <small class="lead">v.1.4.0</small></h1> <p class="mb-1"> Create skin files for <a href="https://github.com/SkinsRestorer/SkinsRestorerX" target="_blank" style="text-decoration:none">SkinsRestorer</a>. </p> <p class="mb-1 mt-3"> <i class="fa-wrench fas"></i> <small> Developed by <a href="https://github.com/riflowth">riflowth</a>, maintained by <a href="https://github.com/SkinsRestorer" target="_blank">SRTeam</a> </small> </p> </div> </section> <section id="main" class="box-shadow flex-grow-1"> <div class="container p-4"> <div class="row"> <div class="col-lg-3 mb-4 text-center"> <div class="bg-white p-4 position-relative rounded-1 shadow"> <div class="absolute-fixed-top bg-dark pt-1"></div> <h6 class="mb-0"> <i class="fa-signal fas text-success"></i> API Status <span id="api-status-badge" class="badge bg-success">ONLINE</span> </h6> <br>Powered by <a href="https://mineskin.org">MineSkin</a> </div> </div> <div class="col-lg-5 mb-4 mb-lg-0"> <div class="bg-white p-4 position-relative rounded-1 shadow"> <div class="absolute-fixed-top bg-dark pt-1"></div> <p> <i class="fa-star fas text-warning"></i> Select your skin image file! </p> <form id="uploadFile" method="post"> <div class="mb-3"> <input accept="image/png" id="imageFile" class="form-control" type="file"> </div> <div class="form-group"> <p class="form-check-inline mb-0 mr-3 text-muted"> Skin Type </p> <div class="form-check form-check-inline"> <input id="skintype-steve" class="form-check-input" name="model" type="radio" checked> <label class="form-check-label" for="skintype-steve">Steve</label> </div> <div class="form-check form-check-inline"> <input id="skintype-alex" class="form-check-input" name="model" type="radio"> <label class="form-check-label" for="skintype-alex">Alex</label> </div> </div> <input id="fileName" class="form-control form-control-sm mt-2" type="text" placeholder="[Optional] Desired /skin name" onkeyup="this.value=this.value.replace(/[^a-z\d_]/g, '')"> <small class="form-text text-muted">Skin name can be only a-b 0-9 _ (underscore)</small> <button class="btn btn-success mt-3 w-100" type="submit"> Upload! </button> </form> </div> </div> <div class="col-lg-4 mb-4 mb-lg-0"> <div class="bg-white p-4 position-relative rounded-1 shadow"> <div class="absolute-fixed-top bg-dark pt-1"></div> <p> <i class="fa-rotate fas text-warning"></i> Reverse your skin file! <span class="badge bg-primary">NEW</span> </p> <form id="reverseFile" method="post"> <div class="mb-3"> <input accept=".playerskin,.urlskin,.customskin,.legacyskin" id="skinFile" class="form-control" type="file"> </div> <button class="btn btn-success mt-3 w-100" type="submit"> Reverse! </button> </form> </div> </div> </div> </div> </section> <section class="bg-white shadow"> <div class="container p-2"> <a class="btn btn-outline-primary mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator" target="_blank"><i class="fa-github fab"></i> GitHub</a> <a class="btn btn-outline-danger mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator/issues" target="_blank"><i class="fa-github fab"></i> Report issue</a> <a class="btn btn-outline-success mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator/pulls" target="_blank"><i class="fa-github fab"></i> Pull request</a> <a class="btn btn-outline-info mb-1 mb-lg-0 px-3" href="https://skinsrestorer.net/donate" target="_blank"><i class="fa-paypal fab"></i> Donate</a> <a class="btn btn-outline-info mb-1 mb-lg-0 px-3" href="https://github.com/SkinsRestorer/SkinFile-Generator/blob/main/LICENSE" target="_blank"><i class="fa fa-scale-balanced"></i> License</a> </div> </section> <script type="module" src="index.5a5b51ee.js"></script> <script type="module" src="index.2effa54e.js"></script> <script type="module" src="index.b8b36d83.js"></script> <script type="module" src="index.a077e06c.js"></script> <script type="module" src="index.a137c165.js"></script> </body></html> |