hello world!
Nice to meet you,
👾 Source Code Info
This code information displays the source code of the project's main files as code blocks/snippets. External tools, such as JavaScript libraries, are not included. The source code of the first-site is also not listed, but can be found in its repository.
Always check the license of the project before copying any code. To copy, you can either:
- simply copy the entire code of the desired block to your clipboard using the "Copy" button in the upper right corner of each code block,
- or you can manually select the desired lines/parts/words with your input device (usually a mouse) and press ⌘ (Command/Cmd) + C on Mac or Ctrl (Control) + C on Windows/Linux.
- To paste what you copied to the desired location, press ⌘ (Command/Cmd) + V on Mac or Ctrl (Control) + V on Windows/Linux.
</> HTML Code
index.html
code.html
changelog.html
404.html
{} CSS Code
style.css
fonts.css
noscript.css
}); JS Code
main.js
Note that the "first site visit check", which sets the firstSiteVisit variable (let) to either true or false, is currently located within the birthday banner functionality. If this check is needed for more functionalities/features in the future, it should be moved to the "utility" section of the file.
$ Terminal
ping glmvc.github.io
PING glmvc.github.io (185.199.108.153): 56 data bytes
64 bytes from 185.199.108.153: icmp_seq=0 ttl=59 time=29.566 ms
64 bytes from 185.199.108.153: icmp_seq=1 ttl=59 time=20.409 ms
64 bytes from 185.199.108.153: icmp_seq=2 ttl=59 time=28.554 ms
^C
--- glmvc.github.io ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
whois 185.199.108.153
...
Quick Tip: To cancel pinging, press Control/Ctrl + C, and the process will stop.