diff --git a/apps/intro/app.js b/apps/intro/app.js index bf87977a..4dae5544 100644 --- a/apps/intro/app.js +++ b/apps/intro/app.js @@ -2,4 +2,4 @@ async function main() { await app.setDocument(utf8Decode(getFile('index.html'))); } -main(); \ No newline at end of file +main(); diff --git a/apps/intro/index.html b/apps/intro/index.html index 20cb7aaa..b3c4594f 100644 --- a/apps/intro/index.html +++ b/apps/intro/index.html @@ -12,13 +12,22 @@ height: 1em; cursor: pointer; } - .w3-left, .w3-right { + .w3-left, + .w3-right { cursor: pointer; }
-