您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
372 B

  1. <br/>
  2. <h2 class="page-title">{{.Filename}}</h2>
  3. <h4>type: <b>{{.ContentType}}</b></h4>
  4. <h4>size: <b>{{.ContentLength | format "#,###."}}</b> bytes</h4>
  5. <a href="{{.UrlGet}}" class="btn-cta btn"> download</i> </a> <br/><br/>
  6. <div class="qrcode">
  7. <img src="data:image/png;base64,{{.QRCode}}"/>
  8. </div>