Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@imfht
Created April 25, 2018 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imfht/af06d1c40b532abcf356808f901a800d to your computer and use it in GitHub Desktop.
Save imfht/af06d1c40b532abcf356808f901a800d to your computer and use it in GitHub Desktop.
the index page of p.fht.im
<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