We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent0cdcf89 commitb4c9725Copy full SHA for b4c9725
site/src/index.tsx
@@ -2,11 +2,13 @@ import { createRoot } from "react-dom/client";
2
import"./index.css";
3
import{App}from"./App";
4
5
-console.info(` ▄█▀ ▀█▄
6
- ▄▄ ▀▀▀ █▌ ██▀▀█▄ ▐█
7
- ▄▄██▀▀█▄▄▄ ██ ██ █▀▀█ ▐█▀▀██ ▄█▀▀█ █▀▀
8
-█▌ ▄▌ ▐█ █▌ ▀█▄▄▄█▌ █ █ ▐█ ██ ██▀▀ █
9
- ██████▀▄█ ▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀ ▀▀▀▀ ▀
+console.info(` -####### +######- ########+ ########## ########+. ###########
+ +#####--###### +#####--#####+ ############ ########## ####+++#####- ###########
+ ####- -#### ####- ##### #### ####+ #### #### .#### ###########
+ .#### #### #### #### #### ######### ####...+##+ ###########
+ ####. .#### #### +#### #### +#### #### ####+####### ###########
10
+ #####- -##### ######..###### ############- ########## #### ##### ###########
11
+ .########+ -########. #########+ ########## #### .#### ###########
12
`);
13
14
constelement=document.getElementById("root");