26 lines
744 B
Markdown
26 lines
744 B
Markdown
<h1 id="download-text">Getting File Information...</h1>
|
|
|
|
<div id="file-span" style="display:none">
|
|
<h5 id="file-description">File Description:</h5>
|
|
<p id="description-text">Description Text</p>
|
|
|
|
<div id="author-div" style="display:none">
|
|
<h5 id="file-author" style="display:inline">Author:</h5>
|
|
<p id="author-text" style="display:inline">Author Text</p>
|
|
</div>
|
|
|
|
<h5 id="file-size" style="display:inline">File Size:</h5>
|
|
<p id="size-text" style="display:inline">1GB</p>
|
|
|
|
<br>
|
|
<br>
|
|
</div>
|
|
<script src="/assets/Download.js"></script>
|
|
<style>
|
|
.downloadIcon {
|
|
background-image: url(/assets/download-24.png);
|
|
background-position: 9px;
|
|
background-repeat: no-repeat;
|
|
padding-right: 1em !important;
|
|
}
|
|
</style> |