diff options
feat: make nfo executable
-rwxr-xr-x[-rw-r--r--] | nfo.ans | 11 | ||||
-rw-r--r-- | nfo.html | 5 |
2 files changed, 12 insertions, 4 deletions
@@ -1,5 +1,10 @@ -[38;2;0;0;0;48;2;0;0;0;8m(psst: if you can read this, you may want to enable ansi, or just use the html file generated from this)[0m -[0;38;2;255;255;255m[F +#!/usr/bin/env sh +echo '[F[38;2;0;0;0;48;2;0;0;0;8m +[Fpsst: if you can read this, +[Fyou may want to enable ansi, +[For just use the html file +[Fgenerated from this +[F[0m[2K[1G[0;38;2;255;255;255m [F ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ @@ -24,4 +29,4 @@ [0;90m┃┗━━● with build options to make a more restricted [0;91m<32k[0;90m ┃[0m [0;90m┣━━▶ using [0;94msimple directmedia layer[0;90m ┃[0m [0;90m┣━━▶ using [0;36mmicromod-rs[0;90m ┃[0m -[0;90m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛[0m +[0;90m┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛[0m' && read -n 1 # [17D[0K @@ -1,7 +1,10 @@ <!DOCTYPE html> -<html style="background-color: #1e1e1e"> +<html style="background-color: #1e1e1e" lang="en"> <head> <title>cosin25-invite.rs - ansi to html</title> + <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta http-equiv="X-UA-Compatible" content="IE=9" /> </head> <body> |