Update index.html
This commit is contained in:
parent
16b05af078
commit
649c35e8b6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in a new issue