From b1df5a6c1cd87016797a0582875ad6bd315010ff Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Wed, 4 Mar 2020 01:58:07 -0800 Subject: int --- download-test/README.md | 45 +++++++++++++++++++++++ download-test/assets/downloads/Download Test.rar | Bin 0 -> 36122 bytes download-test/index.html | 12 ++++++ 3 files changed, 57 insertions(+) create mode 100644 download-test/README.md create mode 100644 download-test/assets/downloads/Download Test.rar create mode 100644 download-test/index.html (limited to 'download-test') diff --git a/download-test/README.md b/download-test/README.md new file mode 100644 index 0000000..d9ab8a3 --- /dev/null +++ b/download-test/README.md @@ -0,0 +1,45 @@ + +## Table of Contents + +* [Usage](#usage) +* [License](#license) +* [Contact](#contact) + + + + +## Usage + +This is the most basic method of creating a downloadable file, demo. + +```html +Link text +``` +

+You can also **add text** into the `` tag **to create a button.** + +```html +Link text +``` +

+Or you can **rename the downloadable file** using the `download=""` variable. + +```html +Download the report +``` + + + + +## License + +Distributed under the MIT License. See [`LICENSE`](./LICENSE) for more information. + + + + +## Contact + +s1nical - [@9inny](https://twitter.com/9inny) - bis@maldrama.tk + +Project Link: [https://github.com/8cy/html-examples/download-test](https://github.com/8cy/download-test) diff --git a/download-test/assets/downloads/Download Test.rar b/download-test/assets/downloads/Download Test.rar new file mode 100644 index 0000000..cba1231 Binary files /dev/null and b/download-test/assets/downloads/Download Test.rar differ diff --git a/download-test/index.html b/download-test/index.html new file mode 100644 index 0000000..ab2a32e --- /dev/null +++ b/download-test/index.html @@ -0,0 +1,12 @@ + + + + + + + s1nical - Download Test + + + + + -- cgit v1.2.3