initial commit
This commit is contained in:
		
						commit
						15913db41a
					
				
					 14 changed files with 335 additions and 0 deletions
				
			
		
							
								
								
									
										27
									
								
								tshweb/download.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								tshweb/download.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,27 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| 
 | ||||
| <head> | ||||
|     <meta charset="UTF-8"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <title>Third Culture Upload</title> | ||||
|     <link rel="stylesheet" href="../styles/main.css"> | ||||
| </head> | ||||
| 
 | ||||
| <body> | ||||
|     <div class="wrapper"> | ||||
|         <br /> | ||||
|         <h2 class="page-title">{{.Filename}}</h2> | ||||
|         <code> | ||||
|         type: <b>{{.ContentType}}</b> | ||||
|         size: <b>{{.ContentLength | format "#,###."}}</b> bytes | ||||
|         </code> | ||||
|         <br /> | ||||
|         <p class="dwn"><a href="{{.URLGet}}"> download</a></p> | ||||
|         <div class="qrcode"> | ||||
|             <img src="data:image/png;base64,{{.QRCode}}" /> | ||||
|         </div> | ||||
|     </div> | ||||
| </body> | ||||
| 
 | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 q
						q