diff options
Diffstat (limited to 'moneyjsx/src/index.html')
| -rw-r--r-- | moneyjsx/src/index.html | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/moneyjsx/src/index.html b/moneyjsx/src/index.html new file mode 100644 index 0000000..bebbed2 --- /dev/null +++ b/moneyjsx/src/index.html @@ -0,0 +1,93 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="description" content=" "> + <meta name="viewport" content="width=device-width,user-scalable=no"> + <title>axonbox.net</title> + <link rel="stylesheet" href="/static/main.css"> + <link href="/static/highlight.css" rel="preload" as="style" onload="this.rel='stylesheet'"> + <link rel="apple-touch-icon" href="files/globe.ico"> + <link rel="icon" href="files/globe.ico" type="image/x-icon"> + <link rel="shortcut icon" href="files/globe.ico" type="image/x-icon"> + </head> + <body> + <div id="moneyjsx-root"> + <div id="homepage" style="padding-top: 0px"> + <noscript> + <!--- for browsers with noscript !---> + <div id="ascii-art"> + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # .. # # + # # .. # # + # # .### ### + # # ### ### .. + # # # # .... + # # # # .... + # # # # .. + # # # # + # # # # + .. ############################################## + ................................... ###.. ### ........... ### .........### + .................................. ####+############################################ + #######################################+# #.# + #####-# #.# + #################################### # # #.# + # # #.# + ######################################### #.#...................................... + ### #.#...............--..................... + ######################################### | ##################.###################### + # # ,---.. ,,---.,---.|---.,---.. , ### ### ###... + ################ ,---| &rt;< | || || || | &rt;< ################ ### #################### + ########################### .. ### `---^' ``---'` '`---'`---'' ` #.# ... ### ### + ################## #.# ... ####### + ######################### ... # # #.# . ################## + ############################. #.# #.# # # .............. + ###- #.# #-########################............... + ############################- # # #+# ...###...... ...... + .........................##############-# #-########################.... .. + .........................###. #-# #.# ....................... + ..............+########################################################## ...................... + .................###................... ### ### ...### .......... + .............. ############################################## + ....# #..... # # + ... ... # # # # + ................ # # # # + .................. # # # # + .......################## # # . + .....###### ### # # + ####+###################. # # + ######+ .............. # # + # # ................. # # + # # ...... # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + # # # # + </div> + <h3 style="margin-top: 5px;">axonbox.net</h3> + <div> + you need javascript to use this website + </div> + </noscript> + </div> + </div> + </body> +</html> + |
