Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions welcome.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
console.log("%cWelcome!", "font: 3em sans-serif; color: green;");
console.log("%cHello, and welcome to the console. If this is your first time here, make yourself at home. (If not, disregard this message!)", "font: 1.5em sans-serif;");
console.log("%cWhat you can find down here is what lies underneath the web: its code. You can read, write, rewrite, and manipulate this code to make the web your own.", "font: 1.5em sans-serif;");
console.log("%cYou can find out more about using the console from these sites:", "font: 1.25 sans-serif;");
console.log("%c - Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console", "font: 1.25 sans-serif;");
console.log("%c - Chrome: https://developers.google.com/web/tools/chrome-devtools/console/", "font: 1.25 sans-serif;");
console.log("%c - Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html", "font: 1.25 sans-serif;");
console.log("%c - Or just use any search engine to look up 'developer console'", "font: 1.25 sans-serif;");
console.log("%cFor help with learning to code, try https://www.codecademy.com/", "font: 1.25 sans-serif;");
console.log("%c[This text generated by https://github.com/stml/welcomejs]", "font: 1 sans-serif;");
console.log("%cYou can find out more about using the console from these sites:", "font: 1.25em sans-serif;");
console.log("%c - Firefox: https://developer.mozilla.org/en-US/docs/Tools/Web_Console", "font: 1.25em sans-serif;");
console.log("%c - Chrome: https://developers.google.com/web/tools/chrome-devtools/console/", "font: 1.25em sans-serif;");
console.log("%c - Safari: https://developer.apple.com/library/content/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/Console/Console.html", "font: 1.25em sans-serif;");
console.log("%c - Or just use any search engine to look up 'developer console'", "font: 1.25em sans-serif;");
console.log("%cFor help with learning to code, try https://www.codecademy.com/", "font: 1.25em sans-serif;");
console.log("%c[This text generated by https://github.com/stml/welcomejs]", "font: 1em sans-serif;");
}, 1);
i = 1;
}
Expand Down
2 changes: 1 addition & 1 deletion welcome.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.