|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | | - <title>paste.py π</title> |
5 | | - <meta charset="UTF-8"/> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"/> |
7 | | - <meta name="og:title" content="paste.py π"/> |
8 | | - <meta name="og:site_name" content="paste.py"/> |
9 | | - <meta name="og:description" content="A simple pastebin powered by FastAPI."/> |
10 | | - <meta name="og:type" content="website"/> |
11 | | - <meta name="og:url" content="https://paste.fosscu.org"/> |
12 | | - <meta name="og:locale" content="en_US"/> |
| 4 | + <title>paste.py π</title> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <meta name="og:title" content="paste.py π" /> |
| 8 | + <meta name="og:site_name" content="paste.py" /> |
| 9 | + <meta |
| 10 | + name="og:description" |
| 11 | + content="A simple pastebin powered by FastAPI." |
| 12 | + /> |
| 13 | + <meta name="og:type" content="website" /> |
| 14 | + <meta name="og:url" content="https://paste.fosscu.org" /> |
| 15 | + <meta name="og:locale" content="en_US" /> |
13 | 16 | <style> |
14 | 17 | body { |
15 | 18 | font-family: sans-serif; |
@@ -109,7 +112,7 @@ <h3>EXAMPLES</h3> |
109 | 112 | A shell function that can be added to <strong>.bashrc</strong> or <strong>.bash_profle</strong> or <strong>.zshrc</strong> for |
110 | 113 | quick pasting from the command line. The command takes a filename or reads |
111 | 114 | from stdin if none was supplied and outputs the URL of the paste to |
112 | | - stdout: <pre>paste file.txt</pre> or <pre>echo "hi" | paste</pre></p> |
| 115 | + stdout: <pre>paste file.txt</pre> <!-- or <pre>echo "hi" | paste</pre></p> --> |
113 | 116 |
|
114 | 117 |
|
115 | 118 | </pre> |
|
0 commit comments