summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-01-28 23:23:14 -0600
committerunitexe <unitexe70@gmail.com>2026-01-28 23:23:14 -0600
commit38aa6c40178e02d8fd68d4451eea729c47355ee7 (patch)
treed9823fda7dcf4ac1005721716a95ec2a631142ef /src
parent5aa025ed9968cad418b532084228d538cf27325f (diff)
Update banner textv/0.2.0
Diffstat (limited to 'src')
-rw-r--r--src/main.rs20
1 files changed, 13 insertions, 7 deletions
diff --git a/src/main.rs b/src/main.rs
index 69b2841..5faed73 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,13 +1,19 @@
use axum::{Router, routing::get};
const BANNER: &str = r#"
- ###### ###### ######
- ## ## ## ## ## ##
- ## ## ##
- ## ## ##
- ## ## ##
- ## ## ## ## ## ##
- ###### ###### ######
+ ###### ###### ######
+ ## ## ## ## ## ##
+ ## ## ##
+ ## ## ##
+ ## ## ##
+ ## ## ## ## ## ##
+ ###### ###### ######
+
+ Closed Circuit Consulting
+ Twin Cities, MN
+
+ https://git.closedcircuitconsulting.com
+ https://github.com/closedcircuitconsulting
"#;