This commit is contained in:
Andrea Spacca
2019-04-07 17:04:02 +02:00
parent 576e7500dc
commit a5cd13e269
12 changed files with 820 additions and 763 deletions

View File

@@ -2,7 +2,7 @@ $(document).ready(function () {
// Terminal typing animation
$("#from-terminal p").typed({
strings: ["curl --upload-file ./hello.txt {{.WebAddress}}/hello.txt\n{{.WebAddress}}/66nb8/hello.txt \n "],
strings: ["curl --upload-file ./hello.txt {{.WebAddress}}hello.txt\n{{.WebAddress}}66nb8/hello.txt \n "],
typeSpeed: 0,
loop: true,
});