Changeset 15 in code
- Timestamp:
- Oct 18, 2021, 2:40:32 PM (4 years ago)
- Location:
- trunk
- Files:
-
- 4 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/index.html
r12 r15 5 5 <meta name="author" content="z3bra"> 6 6 <meta name="viewport" content="width=device-width"> 7 <link rel="stylesheet" type="text/css" href="/partage.css" /> 8 <link rel="icon" type="image/png" href="/favicon.ico" /> 7 9 <title>Partage</title> 8 10 </head> 9 11 <body> 10 <h1>Partage</h1> 12 <header> 13 <img id="logo" src="/partage.png" /> 14 <h1>partage</h1> 15 </header> 11 16 <p> 12 17 Use the box below to upload and share files. File size is … … 14 19 </p> 15 20 <form enctype="multipart/form-data" method="post"> 16 <label for="uck">Select file(s) to share</label>17 21 <input id="uck" name="uck" type="file" multiple/> 18 22 <input id="output" name="output" type="hidden" value='html' /> 19 <input type="submit" value=" Upload!"/>23 <input type="submit" value="...Share"/> 20 24 </form> 21 25 </body> -
trunk/templates/upload.html
r12 r15 5 5 <meta name="author" content="z3bra"> 6 6 <meta name="viewport" content="width=device-width"> 7 <link rel="stylesheet" type="text/css" href="/partage.css" /> 8 <link rel="icon" type="image/png" href="/favicon.ico" /> 7 9 <title>Partage</title> 8 10 </head> 9 11 <body> 10 <h1>File uploaded!</h1> 11 <p> 12 Your files have been uploaded. Access and download it from the 13 following links: 14 </p> 12 <header> 13 <h1>partage</h1> 14 <img id="logo" src="/partage.png" /> 15 </header> 15 16 <ul> 16 17 {{range .Links}}
Note:
See TracChangeset
for help on using the changeset viewer.