diff options
author | Minteck <nekostarfan@gmail.com> | 2021-11-07 17:01:42 +0000 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-11-07 17:01:42 +0000 |
commit | 8e4003e6b260d75859b1929c8c4264c2239bd074 (patch) | |
tree | e2d37a523182b7942bff046ac452652ca4a902da /index.bhtml | |
parent | be7a71f503f676b0e3dcce389bd6ee91903c4aa4 (diff) | |
download | bashweb-8e4003e6b260d75859b1929c8c4264c2239bd074.tar.gz bashweb-8e4003e6b260d75859b1929c8c4264c2239bd074.tar.bz2 bashweb-8e4003e6b260d75859b1929c8c4264c2239bd074.zip |
It works!
Diffstat (limited to 'index.bhtml')
-rw-r--r-- | index.bhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/index.bhtml b/index.bhtml new file mode 100644 index 0000000..4d4989c --- /dev/null +++ b/index.bhtml @@ -0,0 +1,3 @@ +<b>Hello!</b>,this is a page from Bashweb!<br> +It even supports bash variables:<br> +<pre>$USER</pre> |