Update upload-done.html

新标签打开
This commit is contained in:
小樱 2018-04-27 19:32:53 +08:00 committed by GitHub
parent 9042e9439a
commit f823c555db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<div class="card-panel blue-grey darken-1">
<div class="card-content white-text">
<span class="card-title" style="color: #00FF99"><h3>File uploaded!</h3></span>
<p><a href="{$url_filename}">{$url_filename}</a></p>
<p><a href="{$url_filename}" target="_blank">{$url_filename}</a></p>
<p>Your file will be available for download during {$retention_time}.</p>
</div>
</div>