Changeset 15 in code for trunk/templates/upload.html
- Timestamp:
- Oct 18, 2021, 2:40:32 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.