Created
April 25, 2018 13:09
-
-
Save imfht/af06d1c40b532abcf356808f901a800d to your computer and use it in GitHub Desktop.
the index page of p.fht.im
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title>Welcome to Jinxu's paste Server</title> | |
<link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet"> | |
<body style="font-family: 'Montserrat', sans-serif;"> | |
<div style="margin-left: 35%"> | |
<h2>Usage</h2> | |
<p>cat file.txt | nc p.fht.im 9999 | |
<p> | |
<p>or add a alias</p> | |
<p>echo 'alias pt="nc p.fht.im 9999"' >> .bashrc</p> | |
<p>cat file.txt| pt</p> | |
<p style="text-align: center;">Power by <a href="https://fht.im">fht.im</a></p> | |
</div> | |
<body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment