diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | slidenotes/notes.html | 6 |
2 files changed, 1 insertions, 7 deletions
@@ -118,7 +118,7 @@ Once Node.js and the dependencies are installed, run the following command from By default, the slides will be served at [localhost:1947](http://localhost:1947). -You can change the appearance of the speaker notes by editing the file at `slidenotes/notes.html`. +You can change the appearance of the speaker notes by editing the file at `slidenotes/notes.html`. ### Known Issues diff --git a/slidenotes/notes.html b/slidenotes/notes.html index 955dce1..ffcfdcb 100644 --- a/slidenotes/notes.html +++ b/slidenotes/notes.html @@ -5,12 +5,6 @@ <title>Slide Notes</title> - <meta name="description" content=""> - <meta name="author" content="Rebecca Murphey"> - - <meta name="apple-mobile-web-app-capable" content="yes" /> - <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" /> - <style> #notes { font-family: Helvetica; |