Update index.html

This commit is contained in:
The Ghost of FOSS' Future 2024-09-17 11:30:13 -05:00 committed by GitHub
parent ff30a6210a
commit 0a032bd75b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -230,7 +230,7 @@
const fileList = document.getElementById("file-list"); const fileList = document.getElementById("file-list");
const files = { const files = {
"Welcome2SneedCode.md": "Welcome2SneedCode.md":
"# Welcome to SneedCode\n\nThis is a speedy web-based code editor inspired by VSCode. Made with <3 by Sneed Group.", "# 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 Sneed Group.",
}; };
let currentFile = "Welcome2SneedCode.md"; let currentFile = "Welcome2SneedCode.md";