Update index.html
This commit is contained in:
parent
ff30a6210a
commit
0a032bd75b
1 changed files with 1 additions and 1 deletions
|
@ -230,7 +230,7 @@
|
|||
const fileList = document.getElementById("file-list");
|
||||
const files = {
|
||||
"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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue