mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: update ascii logo (#18899)
This PR updates the ASCII logo in the HTML output.
This commit is contained in:
+7
-5
@@ -2,11 +2,13 @@ import { createRoot } from "react-dom/client";
|
||||
import "./index.css";
|
||||
import { App } from "./App";
|
||||
|
||||
console.info(` ▄█▀ ▀█▄
|
||||
▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
|
||||
▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
|
||||
█▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
|
||||
██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
|
||||
console.info(` -####### +######- ########+ ########## ########+. ###########
|
||||
+#####--###### +#####--#####+ ############ ########## ####+++#####- ###########
|
||||
####- -#### ####- ##### #### ####+ #### #### .#### ###########
|
||||
.#### #### #### #### #### ######### ####...+##+ ###########
|
||||
####. .#### #### +#### #### +#### #### ####+####### ###########
|
||||
#####- -##### ######..###### ############- ########## #### ##### ###########
|
||||
.########+ -########. #########+ ########## #### .#### ###########
|
||||
`);
|
||||
|
||||
const element = document.getElementById("root");
|
||||
|
||||
Reference in New Issue
Block a user