git ssb

1+

dinoworm ๐Ÿ› / patchwork-downloader



Tree: 050c168718e10d3e209cae804f73b74daf263248

Files: 050c168718e10d3e209cae804f73b74daf263248 / index.html

584 bytesRaw
1<!DOCTYPE html>
2<html lang="">
3 <head>
4 <meta charset="utf-8" />
5 <title>Patchwork Downloader</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1" />
7 <link href="index.css" rel="stylesheet" />
8 </head>
9 <body>
10 <main>
11 <h1>Download Patchwork!</h1>
12 <div>platform <span class="platform">PLATFORM</span></div>
13 <div>version <span class="version">VERSION</span></div>
14 <div>url <a class="url">URL</a</div>
15 <div>asset <a class="asset">ASSET</a></div>
16 </main>
17 <script src="bundle.js"></script>
18 </body>
19</html>
20

Built with git-ssb-web