|
1 | 1 | <!doctype html> |
2 | | -<html lang="en"> |
| 2 | +<html> |
3 | 3 | <head> |
4 | | - <meta charset="UTF-8" /> |
5 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
6 | | - <meta name="google-site-verification" content="j_6FUSAWwExl_KGbfnuXMmVHV_G_4QGm1Hwv0Q87vQo" /> |
7 | | - <link rel="icon" type="image/x-icon" href="images/favicon.ico"> |
8 | | - <title>UnzipGit</title> |
9 | | - <meta name="description" content="unzip archives in github repositories"> |
10 | | - <meta name="keywords" content="unzipgit, unzip git, unzip archive, unpack, archive, github, git, repo, repositories"> |
11 | | - <script src="script/gsap_3.12.2.min.js"></script> |
12 | | - <script src="script/jszip_3.1.5.min.js"></script> |
13 | | - <link rel="stylesheet" href="style/style.min.css"> |
| 4 | + <title>Download Page :D (not yet)!</title> |
14 | 5 | </head> |
15 | 6 | <body> |
16 | | - |
17 | | - <div class="wrap"> |
18 | | - <div class="header"> |
19 | | - <div class="logo"> |
20 | | - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 194 60"> |
21 | | - <path |
22 | | - d="m193.926 13.281-1.001 5.965h-6.476l-2.812 16.913c-.49 3.11.959 3.791 2.897 3.791.938 0 1.832-.213 2.301-.298l.341 6.028c-.938.277-2.535.703-4.708.767-5.858.149-9.777-2.875-8.712-9.01l3.003-18.191h-4.622l.98-5.965h4.622l1.3-7.839h7.711l-1.3 7.839h6.476Zm-22.493-4.686c-2.45 0-4.324-1.875-4.132-4.175.213-2.322 2.364-4.196 4.835-4.196 2.45 0 4.282 1.874 4.09 4.196-.171 2.3-2.343 4.175-4.793 4.175ZM168.706 46h-7.711l5.454-32.719h7.711L168.706 46Zm-28.548 12.951c-8.371 0-12.44-3.685-13.142-8.265l7.242-1.683c.639 1.939 2.194 4.112 6.902 4.112 4.366 0 7.988-1.981 8.754-6.795l.98-6.199h-.383c-1.534 2.407-4.665 5.41-10.267 5.41-7.562 0-12.611-5.325-10.821-15.997 1.768-10.757 8.691-16.679 16.252-16.679 5.773 0 7.648 3.472 8.436 5.837h.404l.895-5.411h7.605l-5.496 33.252c-1.363 8.392-8.563 12.418-17.361 12.418Zm6.476-39.769c-5.155 0-8.393 4.366-9.373 10.31-.979 6.028.938 9.99 6.05 9.99 4.899 0 8.414-3.749 9.436-9.99 1.002-6.199-1.171-10.31-6.113-10.31Zm-32.361 27.5c-6.305 0-8.435-3.92-9.543-5.709h-.426V58.27h-5.027V13.281h4.857v5.198h.596c1.108-1.704 3.068-5.624 9.458-5.624 8.265 0 13.974 6.561 13.974 16.871 0 10.395-5.709 16.956-13.889 16.956Zm-.681-29.311c-6.135 0-9.373 4.942-9.373 12.27 0 7.412 3.323 12.525 9.373 12.525 6.305 0 9.543-5.539 9.543-12.525 0-6.902-3.153-12.27-9.543-12.27ZM92.1 7.828c-1.959 0-3.578-1.534-3.578-3.408 0-1.875 1.619-3.408 3.578-3.408 1.96 0 3.579 1.533 3.579 3.408 0 1.874-1.619 3.408-3.579 3.408ZM60.635 42.166 79.21 18.308v-.34H61.232v-4.687h24.454v4.005L67.622 40.973v.341h18.66V46H60.635v-3.834Zm-8.801-16.615c0-5.134-2.833-8.18-7.498-8.18-4.814 0-8.35 3.238-8.35 8.947V46h-5.027V13.281h4.857v5.113h.426c1.533-3.323 4.601-5.539 9.543-5.539 6.624 0 11.076 4.005 11.076 12.355V46h-5.027V25.551ZM21.221 40.462h-.341c-1.534 3.323-4.772 5.964-9.713 5.964-6.135 0-10.566-4.005-10.566-12.355v-20.79h5.027V33.73c0 4.772 2.982 7.839 7.157 7.839 3.749 0 8.436-2.811 8.436-8.946V13.281h5.027V46h-5.027v-5.538ZM94.571 46h-5.027V13.281h5.027V46Z" |
23 | | - fill="#000000" |
24 | | - fill-rule="evenodd" |
25 | | - /> |
26 | | - </svg> |
27 | | - </div> |
28 | | - <div class="desc">unzip archives in github repositories</div> |
29 | | - </div> |
30 | | - |
31 | | - <form id="unzip"> |
32 | | - <label class="litext gsbox" for="gitname"> |
33 | | - <span class="inputlabel">username</span> |
34 | | - <input type="text" name="gitname" id="gitname" autocomplete="new-password" /> |
35 | | - </label> |
36 | | - <label class="litext gsbox" for="gitrepo"> |
37 | | - <span class="inputlabel">repository</span> |
38 | | - <input type="text" name="gitrepo" id="gitrepo" autocomplete="new-password"/> |
39 | | - </label> |
40 | | - <label class="litext gsbox" for="gittoken"> |
41 | | - <span class="inputlabel">token</span> |
42 | | - <p class="tokendesc"><a href="https://github.com/settings/tokens/new">get token</a> with «repo» scope</p> |
43 | | - <input type="text" name="gittoken" id="gittoken" autocomplete="new-password" /> |
44 | | - </label> |
45 | | - <div class="filegroup gsbox"> |
46 | | - <label class="litext" for="gitfilepath"> |
47 | | - <input type="text" name="gitfilepath" id="gitfilepath" autocomplete="new-password" /> |
48 | | - <span class="inputlabel">archive in repo</span> |
49 | | - </label> |
50 | | - <label for="gitfile" class="inputfile"> |
51 | | - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"> |
52 | | - <path |
53 | | - fill="#79889d" |
54 | | - d="M32.4 4a11 11 0 0 0-7.8 3.3L4.4 27.4a1.5 1.5 0 1 0 2.2 2.2L26.7 9.4a8 8 0 0 1 11.4 0 8 8 0 0 1 0 11.4l-19 19a4.1 4.1 0 0 1-5.9 0 4.1 4.1 0 0 1 0-5.9l15.4-15.3a1.5 1.5 0 1 0-2.2-2.2L11.1 31.8a7.2 7.2 0 0 0 0 10.1 7.2 7.2 0 0 0 10.1 0l19-19A11 11 0 0 0 32.4 4z" |
55 | | - /> |
56 | | - </svg> |
57 | | - <span class="inputlabel">select archive</span> |
58 | | - <div class="ifdatainfo"> |
59 | | - <p class="ifname"></p> |
60 | | - <p class="ifsize"></p> |
61 | | - </div> |
62 | | - <input type="file" id="gitfile" name="gitfile" accept=".zip" /> |
63 | | - </label> |
64 | | - </div> |
65 | | - <button class="gsbox">unzip in git</button> |
66 | | - </form> |
67 | | - <div class="footer"> |
68 | | - <a href="https://github.com/unzipgit/unzipgit.github.io">github</a> |
69 | | - <div class="donatlink">donate</div> |
70 | | - <div class="readmelink">readme</div> |
71 | | - </div> |
72 | | - </div> |
73 | | - <div class="donat"> |
74 | | - <a href="https://www.blockchain.com/explorer/addresses/btc/1PdjvdHSYHnH1fCnMPQ2vDZ2ZHBYe1cEew" class="blo btc"> |
75 | | - <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" viewBox="0 0 274 360"><path fill="#ffffff" d="M217 167c19-9 30-26 28-54-4-38-37-51-78-54V6h-33v51l-25 1V6H77v53H12v34h23c13 0 17 8 19 14v145c-1 4-3 10-12 10H18l-6 39h65v53h32v-53l25 1v52h33v-53c54-3 91-17 96-68 4-40-15-59-46-66zM110 95c18 0 75-5 75 32s-57 32-75 32V95zm0 167v-70c21 0 90-6 90 35 0 40-69 35-90 35z"/></svg><div><div class="coin">bitcoin</div><div>1PdjvdHSYHnH1fCnMPQ2vDZ2ZHBYe1cEew</div></div> |
76 | | - </a> |
77 | | - <a href="https://www.blockchain.com/explorer/addresses/eth/0x59386960da930d0c649f2365c2313a7129a5b08f" class="blo eth"> |
78 | | - <svg xmlns="http://www.w3.org/2000/svg" viewBox="8 0 32 48"><path fill="#9fa8da" d="M11 24L25 2 39 24 25 32z" /><path fill="#7986cb" d="M25 2L39 24 25 32z" /><path fill="#9fa8da" d="M11 27L25 35 39 27 25 46z" /><path fill="#7986cb" d="M25 35L39 27 25 46zM11 24L25 18 39 24 25 32z" /><path fill="#5c6bc0" d="M25 18L39 24 25 32z" /></svg><div><div class="coin">ethereum</div><div>0x59386960da930d0c649f2365c2313a7129a5b08f</div></div> |
79 | | - </a> |
80 | | - <a href="https://co.fee/HomuHomu833" class="blo pp"> |
81 | | - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 70 60"><path d="M60 30v10H50v10H40v10H30V50H20V40H10V30H0V10h10V0h20v10h10V0h20v10h10v20H60Z" style="fill:#eb5c5b;"/><path d="M40 10V0h10v10H40ZM0 20V10h10v10H0ZM10 0h10v10H10V0Z" style="fill:#f18888"/></svg><p>donate on ko-fi</p> |
82 | | - </a> |
83 | | - </div> |
84 | | - <div class="readme"> |
85 | | - <div>this is a test wow</div> |
86 | | - </div> |
87 | | - <div class="shadow"></div> |
88 | | - <div class="atn"> |
89 | | - <div class="title">archive upload</div> |
90 | | - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" class="closer"> |
91 | | -<circle cx="50" cy="50" r="50"></circle> |
92 | | - <line x1="35" y1="35" x2="65" y2="65" stroke="white" stroke-width="5"></line> |
93 | | - <line x1="65" y1="35" x2="35" y2="65" stroke="white" stroke-width="5"></line> |
94 | | -</svg> |
95 | | - <div class="info">You're not supposed to see this. Don't look in here.</div> |
96 | | - </div> |
97 | | -<script src="script/core.min.js"></script> |
| 7 | + <p>Here will be what stuffs ives dones that probably suck <strong>SANS WAS HERE</strong> DUNNO WHAT'S A TAG HUH, hah stop this <strong>SANS IS GONE</strong> ok bye.</p> |
98 | 8 | </body> |
99 | 9 | </html> |
0 commit comments