RRE-Site/docs/hidden/Download.md

20 lines
479 B
Markdown

# Download Text
##### File Description:
<p id="description-text">Description Text</p>
<br>
<button class="md-button md-button--primary downloadIcon" onClick="downloadFile()">Download File</button>
<script src="/assets/Download.js"></script>
<style>
.md-nav--secondary {
display: none;
}
.downloadIcon {
background-image: url(/assets/download-24.png);
background-position: 9px;
background-repeat: no-repeat;
padding-right: 1em !important;
}
</style>