diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,6 +1,6 @@ # slidetray -* an ease web slide presentation +* an ease web slide presentation builder * descripbed in json format @@ -44,7 +44,8 @@ let presentation = { } ``` -## setup several settings + +## setup several settings (code template) ```javascript if (!presentation.Property) presentation.Property = default_value; @@ -55,6 +56,7 @@ if (presentation.css) { } ``` + ## HTML (a blueprint) ```html @@ -170,7 +172,7 @@ if (presentation.css) { ## HTML minimal template -``` +```html <!DOCTYPE html> <html lang="en"> <head> |
