Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-18 12:22:09 -05:00 committed by GitHub
parent 16b05af078
commit 649c35e8b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -264,7 +264,7 @@
fileList = document.getElementById("file-list");
files = {
"Welcome2SneedCode.md":
"# Welcome to sneedCode\n\nThis is a speedy web-based code editor made \n to look familiar to the user but with a different workflow. \n\n Made with <3 by the Sneed Group.",
"# Welcome to sneedCode\n\nThis is a speedy web-based code editor made \nto look familiar to the user but with a different workflow.\n\nMade with <3 by the Sneed Group.",
};
currentFile = "Welcome2SneedCode.md";