diff options
author | creme <creme@envs.net> | 2019-10-05 18:35:06 +0200 |
---|---|---|
committer | creme <creme@envs.net> | 2019-10-05 18:35:06 +0200 |
commit | 7821b98f13efbf11b1cb64a912b212071a61644d (patch) | |
tree | fc0c2a920e8917155e7e41177e0acb98e16dcf9b /fhost.py | |
parent | remove darklight js in html page (diff) | |
download | hex-zero-7821b98f13efbf11b1cb64a912b212071a61644d.tar.gz hex-zero-7821b98f13efbf11b1cb64a912b212071a61644d.tar.bz2 hex-zero-7821b98f13efbf11b1cb64a912b212071a61644d.zip |
envs changes for new css
Diffstat (limited to 'fhost.py')
-rwxr-xr-x | fhost.py | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -365,13 +365,16 @@ def fhost(): <link rel="stylesheet" href="https://envs.net/css/css_style.css" /> </head> <body id="body" class="dark-mode"> - <div style="clear:both; min-width: 1150px;"> + <div class="clear" style="min-width: 1150px;"> - <div style="float: left;"> -<pre><blockquote> + <div id="main"> +<div class="block_head"> +<pre> <h2>envs.sh | THE NULL POINTER</h2> <h4>file hosting and URL shortening service.</h4> -</blockquote> +</pre> + +<pre> <h3>USAGE</h3> HTTP POST files here: <code>curl -F'file=@yourfile.png' {0}</code> |