mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-24 19:30:18 +01:00
merged preview
This commit is contained in:
commit
988f706059
7 changed files with 17 additions and 13 deletions
|
@ -289,11 +289,10 @@
|
|||
<br>
|
||||
<br>
|
||||
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
|
||||
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
|
||||
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="reviews">
|
||||
<div class="wrapper">
|
||||
<div class="row">
|
||||
|
|
|
@ -14,6 +14,9 @@ $ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
|
|||
Upload to virustotal:
|
||||
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/virustotal
|
||||
|
||||
Virusscan:
|
||||
$ curl -X PUT --upload-file nhgbhhj https://transfer.sh/test.txt/scan
|
||||
|
||||
Add alias to .bashrc or .zshrc:
|
||||
===
|
||||
transfer() {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -263,11 +263,10 @@ include "includes/head.html"
|
|||
<br>
|
||||
<br>
|
||||
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
|
||||
<iframe src="//ghbtns.com/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
|
||||
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="250" height="50"></iframe>
|
||||
<iframe src="https://mdo.github.io/github-buttons/github-btn.html?user=dutchcoders&repo=transfer.sh&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="200" height="50"></iframe>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="reviews">
|
||||
<div class="wrapper">
|
||||
<div class="row">
|
||||
|
|
|
@ -4,9 +4,11 @@
|
|||
|
||||
html {
|
||||
min-height:100%;
|
||||
position: relative;
|
||||
}
|
||||
#download {
|
||||
position: static;
|
||||
|
||||
padding-bottom:240px;
|
||||
footer {
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
|
|
@ -6372,9 +6372,10 @@ blockquote.tweet-xl a {
|
|||
}
|
||||
html {
|
||||
min-height: 100%;
|
||||
position: relative;
|
||||
}
|
||||
#download {
|
||||
position: static;
|
||||
padding-bottom: 240px;
|
||||
}
|
||||
#download footer {
|
||||
bottom: 0;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue