Expecially with being able to click the social media links
/* logo move down */
#comp-jil0j6h5 {
display: block;| # Add support for more packages | |
| sudo add-apt-repository universe | |
| # Add support for even more packages | |
| sudo add-apt-repository multiverse | |
| sudo apt update | |
| # Add support for exfat filesystem |
| sudo find . -name "node_modules" -type d -prune -exec rm -rf '{}' + |
sudo apt install fakeroot xorriso
| #!/bin/bash | |
| # For now, I know user home | |
| user_home=${HOME} | |
| echo "Go to ${user_home} dir" | |
| echo "" | |
| cd $user_home | |
| # Any startup scripts you want to run before updating the git repo |
| function toHex(num) { | |
| const base = 16; | |
| const hexVals = '0123456789abcdef'; | |
| let hex = []; | |
| let sign = 1; | |
| if(num === 0) return '0'; | |
| if(num < 0) { | |
| sign = -1; |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> | |
| <script id="jsbin-javascript"> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[add your bin description]"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[add your bin description]"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta name="description" content="[add your bin description]"> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <title>JS Bin</title> | |
| </head> | |
| <body> |