diff options
| author | s1n <[email protected]> | 2019-08-08 20:06:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-08 20:06:17 -0700 |
| commit | fbbf5c2d8a4df9cc98e420841ce9b5874b10d971 (patch) | |
| tree | 6dfbf22192c90f9beb725c052c693341404af313 | |
| download | download-test-fbbf5c2d8a4df9cc98e420841ce9b5874b10d971.tar.xz download-test-fbbf5c2d8a4df9cc98e420841ce9b5874b10d971.zip | |
upload main files
| -rw-r--r-- | assets/downloads/Download Test.rar | bin | 0 -> 36122 bytes | |||
| -rw-r--r-- | index.html | 12 |
2 files changed, 12 insertions, 0 deletions
diff --git a/assets/downloads/Download Test.rar b/assets/downloads/Download Test.rar Binary files differnew file mode 100644 index 0000000..cba1231 --- /dev/null +++ b/assets/downloads/Download Test.rar diff --git a/index.html b/index.html new file mode 100644 index 0000000..20cf039 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>s1nical - Download Test</title>
+</head>
+<body>
+ <a href="./assets/downloads/Download Test.rar" download></a>
+</body>
+</html>
\ No newline at end of file |