diff options
author | Rebecca Murphey | 2012-06-07 23:38:05 -0400 |
---|---|---|
committer | Rebecca Murphey | 2012-06-07 23:38:05 -0400 |
commit | f6b4561c0e34a9b68a57cf883f7161833962cb59 (patch) | |
tree | 1ddb2ebdb287770f49354f12c9e3e8ac25c48d9e | |
parent | 60f2eb9fb3c4443fbc43d387e866f383f0f70d67 (diff) |
removing errant author info
-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; |