summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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
"#;