REFERENCING CURRENT HOSTING

This commit is contained in:
Andrea Spacca
2018-12-15 21:10:15 +01:00
parent 3f4294d06c
commit 91877f64db
7 changed files with 786 additions and 785 deletions

View File

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