feat(site): update demo page to have no semicolon server:setup script
This commit is contained in:
parent
d50b67f3f4
commit
43fa3dfb12
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# someday let's think about formatting html
|
||||
**/*.html
|
||||
# **/*.html
|
||||
|
||||
**/*.md
|
||||
**/*.css
|
||||
|
|
|
@ -9,10 +9,10 @@
|
|||
let greeting = {
|
||||
url: 'https://www.google.com',
|
||||
message: "hello"
|
||||
};
|
||||
}
|
||||
|
||||
greeting.message = "nope";
|
||||
var count = sum(1, 247);
|
||||
greeting.message = "nope"
|
||||
var count = sum(1, 247)
|
||||
|
||||
function sum(x, y) {
|
||||
return x + y;
|
||||
|
|
Loading…
Reference in a new issue